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