From 61b8b3e6c26b328db280f9a45577cba3efeba734 Mon Sep 17 00:00:00 2001 From: Jared Trouth Date: Fri, 28 Jan 2022 14:31:19 +0000 Subject: [PATCH] Remove nginx directory references --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 65e3715..5c87e0f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,6 +18,6 @@ COPY custom-plugins/ /custom-plugins RUN [ -d /var/www/html/storage ] || mkdir /var/www/html/storage # Make sure the www-data user has the correct directory ownership -RUN chown -R www-data:www-data /var/www /run /var/lib/nginx /var/log/nginx +RUN chown -R www-data:www-data /var/www USER www-data \ No newline at end of file