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 1780ba1 commit 772d7aeCopy full SHA for 772d7ae
Dockerfile
@@ -28,9 +28,6 @@ RUN chown -R nobody.nobody /var/www/html && \
28
chown -R nobody.nobody /var/lib/nginx && \
29
chown -R nobody.nobody /var/log/nginx
30
31
-# Make the document root a volume
32
-VOLUME /var/www/html
33
-
34
# Switch to use a non-root user from here on
35
USER nobody
36
0 commit comments