Update Dockerfile to reflect Akkoma

Signed-off-by: r3g_5z <june@girlboss.ceo>
This commit is contained in:
r3g_5z 2023-01-07 21:53:27 -05:00
parent 6bf3c008f0
commit 39ea2e145b
No known key found for this signature in database

View file

@ -8,14 +8,14 @@ RUN apk --no-cache add git && \
FROM nginx:mainline-alpine
LABEL maintainer="ops@pleroma.social" \
LABEL maintainer="hannah@coffee-and-dreams.uk" \
org.opencontainers.image.title="pleroma-adminfe" \
org.opencontainers.image.description="Pleroma-adminfe for Docker" \
org.opencontainers.image.authors="ops@pleroma.social" \
org.opencontainers.image.vendor="pleroma.social" \
org.opencontainers.image.documentation="https://git.pleroma.social/pleroma/pleroma-adminfe" \
org.opencontainers.image.authors="hannah@coffee-and-dreams.uk" \
org.opencontainers.image.vendor="akkoma.dev" \
org.opencontainers.image.documentation="https://akkoma.dev/AkkomaGang/admin-fe" \
org.opencontainers.image.licenses="AGPL-3.0" \
org.opencontainers.image.url="https://pleroma.social" \
org.opencontainers.image.url="https://akkoma.dev" \
org.opencontainers.image.revision=$VCS_REF \
org.opencontainers.image.created=$BUILD_DATE