Skip to content

Commit 772d7ae

Browse files
committed
Removed volume instruction
1 parent 1780ba1 commit 772d7ae

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Dockerfile

-3
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@ RUN chown -R nobody.nobody /var/www/html && \
2828
chown -R nobody.nobody /var/lib/nginx && \
2929
chown -R nobody.nobody /var/log/nginx
3030

31-
# Make the document root a volume
32-
VOLUME /var/www/html
33-
3431
# Switch to use a non-root user from here on
3532
USER nobody
3633

0 commit comments

Comments
 (0)