Update Dockerfile

This commit is contained in:
Adam Klaff 2023-08-21 17:31:34 -07:00 committed by GitHub
parent 200dd2d8c6
commit c05a9c329f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"]
ENTRYPOINT ["/etc/start.sh"]