Push to ghcr.io

This commit is contained in:
Leonard Jonathan Oh 2023-03-13 15:59:26 +00:00
parent f1d1c175f9
commit 7ac893b179
2 changed files with 20 additions and 0 deletions

View file

@ -23,6 +23,9 @@ RUN set -eux; \
FROM php:8.1-fpm-alpine AS final
LABEL org.label-schema.description="SnappyMail webmail client image using nginx, php-fpm on Alpine"
LABEL org.opencontainers.image.source=https://github.com/the-djmaze/snappymail
LABEL org.opencontainers.image.description="SnappyMail"
LABEL org.opencontainers.image.licenses="AGPL v3.0"
# Install dependencies such as nginx
RUN apk add --no-cache ca-certificates nginx supervisor bash