We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61a7284 commit 1780ba1Copy full SHA for 1780ba1
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM alpine:3.10
+FROM alpine:3.11
2
LABEL Maintainer="Tim de Pater <[email protected]>" \
3
Description="Lightweight container with Nginx 1.16 & PHP-FPM 7.3 based on Alpine Linux."
4
@@ -26,7 +26,6 @@ RUN mkdir -p /var/www/html
26
RUN chown -R nobody.nobody /var/www/html && \
27
chown -R nobody.nobody /run && \
28
chown -R nobody.nobody /var/lib/nginx && \
29
- chown -R nobody.nobody /var/tmp/nginx && \
30
chown -R nobody.nobody /var/log/nginx
31
32
# Make the document root a volume
src/test.html
@@ -1 +1 @@
-This should also work and be served by Nginx
+This static HTML file is served by Nginx
0 commit comments