Skip to content

Commit

Permalink
feat(Docker): added extra labels
Browse files Browse the repository at this point in the history
  • Loading branch information
Yimura committed May 22, 2023
1 parent 2e4503f commit 5c9b8bd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
FROM tpill90/steam-lancache-prefill:latest

LABEL org.opencontainers.image.title "Steam Lancache Prefill cronjob"
LABEL org.opencontainers.image.authors Yimura
LABEL org.opencontainers.image.description "Dockerized cronjob running the Steam Lancache prefilling tool, at container initial startup as well as at 4am."
LABEL org.opencontainers.image.source https://github.com/Yimura/Lancache-Prefill-Cron

ENV FILE=/etc/cron.d/prefill-cron
Expand Down

0 comments on commit 5c9b8bd

Please sign in to comment.