Removed volume instruction

This commit is contained in:
Tim de Pater
2020-04-20 21:47:16 +02:00
parent 1780ba14fa
commit 772d7aeaad
-3
View File
@@ -28,9 +28,6 @@ RUN chown -R nobody.nobody /var/www/html && \
chown -R nobody.nobody /var/lib/nginx && \
chown -R nobody.nobody /var/log/nginx
# Make the document root a volume
VOLUME /var/www/html
# Switch to use a non-root user from here on
USER nobody