diff --git a/frontend/Dockerfile b/frontend/Dockerfile index 20305ca1..ee1e03be 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -57,7 +57,7 @@ ENV JSFOLDER=/usr/share/nginx/html/assets/*.js USER root COPY ./nginx.conf /etc/nginx/nginx.conf -RUN chmod 117 /etc/nginx/nginx.conf +RUN chmod 777 /etc/nginx/nginx.conf COPY ./start-nginx.sh /usr/bin/start-nginx.sh RUN apk --no-cache add moreutils