Skip to content

Commit

Permalink
Add image information for GitHub and Docker Hub repo's
Browse files Browse the repository at this point in the history
  • Loading branch information
steffjenl committed May 20, 2024
1 parent bbcc09f commit 75e91cb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
FROM nginx:1.17.8-alpine

LABEL org.opencontainers.image.description="Cachet is a beautiful and powerful open source status page system." \
org.opencontainers.image.authors="CachetHQ" \
org.opencontainers.image.url="https://cachethq.io" \
org.opencontainers.image.documentation="https://docs.cachethq.io" \
org.opencontainers.image.source="https://github.com/cachethq/cachet"
EXPOSE 8000
CMD ["/sbin/entrypoint.sh"]

Expand Down

0 comments on commit 75e91cb

Please sign in to comment.