diff --git a/Dockerfile b/Dockerfile index 901c2d8..3bc63ad 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.10 +FROM alpine:3.11 LABEL Maintainer="Tim de Pater " \ Description="Lightweight container with Nginx 1.16 & PHP-FPM 7.3 based on Alpine Linux." @@ -26,7 +26,6 @@ RUN mkdir -p /var/www/html RUN chown -R nobody.nobody /var/www/html && \ chown -R nobody.nobody /run && \ chown -R nobody.nobody /var/lib/nginx && \ - chown -R nobody.nobody /var/tmp/nginx && \ chown -R nobody.nobody /var/log/nginx # Make the document root a volume diff --git a/src/test.html b/src/test.html index 23db8c8..d02d467 100644 --- a/src/test.html +++ b/src/test.html @@ -1 +1 @@ -This should also work and be served by Nginx +This static HTML file is served by Nginx