Skip to content

Commit

Permalink
fix container description and add license
Browse files Browse the repository at this point in the history
  • Loading branch information
Ast3risk-ops authored Dec 22, 2024
1 parent d51ba15 commit 808e410
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
FROM docker.io/python:alpine
LABEL org.opencontainers.image.description "Latest image for the Archiver bot built on every commit. See https://archiver.asterisk.lol/selfhost/docker for a setup guide."
LABEL org.opencontainers.image.description="Latest image for the Archiver bot built on every commit. See https://archiver.asterisk.lol/selfhost/docker for a setup guide."
LABEL org.opencontainers.image.licenses=AGPL-3.0-or-later
WORKDIR /archiver
COPY . /archiver
RUN adduser -D archiver
Expand Down

0 comments on commit 808e410

Please sign in to comment.