[skip-ci] Update Dockerfile

This commit is contained in:
Matteo Gheza 2021-04-05 13:47:49 +02:00 committed by GitHub
parent 108b5d9b77
commit 02068f1f4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM trafex/alpine-nginx-php7:latest AS webserver
FROM trafex/alpine-nginx-php7:1.10.0 AS webserver
LABEL maintainer="matteo@matteogheza.it"
LABEL version="1.0"
@ -16,4 +16,4 @@ RUN composer install --no-dev --optimize-autoloader --no-interaction --no-progre
#RUN echo "@reboot cd /var/www/html/install && php install.php config" > /etc/crontabs/root
USER nobody
EXPOSE 8080
EXPOSE 8080