From b4c9b8312cbc30924d558b4b6195e5347419ed7e Mon Sep 17 00:00:00 2001 From: Samuel John Date: Sat, 16 Sep 2023 23:39:46 +0100 Subject: [PATCH] modified Dockerfile with permissions --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7666a64..d2660d9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,4 +4,4 @@ FROM opeoniye/nginx WORKDIR /var/www # copy code -COPY ./src /var/www \ No newline at end of file +COPY --chown=www:www-data ./src /var/www \ No newline at end of file