Skip to content

Commit

Permalink
add annotations to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
YC committed Mar 17, 2024
1 parent b71dee2 commit 41432c6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,14 @@ ENV ENVIRONMENT=prod \
WAKAPI_ALLOW_SIGNUP='true'

COPY --from=build-env /staging /

LABEL org.opencontainers.image.url="https://github.com/muety/wakapi" \
org.opencontainers.image.documentation="https://github.com/muety/wakapi" \
org.opencontainers.image.source="https://github.com/muety/wakapi" \
org.opencontainers.image.title="Wakapi" \
org.opencontainers.image.licenses="MIT" \
org.opencontainers.image.description="A minimalist, self-hosted WakaTime-compatible backend for coding statistics"

USER app

EXPOSE 3000
Expand Down

0 comments on commit 41432c6

Please sign in to comment.