From 772d7aeaad24758f1390f91f3488fc6309bc2061 Mon Sep 17 00:00:00 2001 From: Tim de Pater Date: Mon, 20 Apr 2020 21:47:16 +0200 Subject: [PATCH] Removed volume instruction --- Dockerfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 3bc63ad..3c7edc9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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