From c05a9c329f10214129cf6ef64d023fe98cd13f7b Mon Sep 17 00:00:00 2001 From: Adam Klaff Date: Mon, 21 Aug 2023 17:31:34 -0700 Subject: [PATCH] Update Dockerfile --- docker/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index c3ec166..8e4d5f6 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.14.2 -# LABEL org.opencontainers.image.source = "https://github.com/HaschekSolutions/opentrashmail" +LABEL org.opencontainers.image.source = "https://github.com/HaschekSolutions/opentrashmail" RUN apk add --no-cache python2 socat wget php7-fileinfo php7-session curl git php php-curl nginx php-openssl php-mbstring php-json php-gd php-dom php-fpm #RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/bin --filename=composer @@ -27,4 +27,4 @@ VOLUME /var/www/opentrashmail/data EXPOSE 80 25 #CMD ["/bin/ash"] -ENTRYPOINT ["/etc/start.sh"] \ No newline at end of file +ENTRYPOINT ["/etc/start.sh"]