mirror of
https://github.com/mashirozx/docker-php-nginx.git
synced 2024-11-22 14:58:15 +08:00
Removed volume instruction
This commit is contained in:
parent
1780ba14fa
commit
772d7aeaad
@ -28,9 +28,6 @@ RUN chown -R nobody.nobody /var/www/html && \
|
|||||||
chown -R nobody.nobody /var/lib/nginx && \
|
chown -R nobody.nobody /var/lib/nginx && \
|
||||||
chown -R nobody.nobody /var/log/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
|
# Switch to use a non-root user from here on
|
||||||
USER nobody
|
USER nobody
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user