diff --git a/compose/frontend/StaticBuild b/compose/frontend/StaticBuild index 4802d5ffd..b4b0b531a 100644 --- a/compose/frontend/StaticBuild +++ b/compose/frontend/StaticBuild @@ -50,7 +50,7 @@ RUN touch /run/nginx.pid COPY ./compose/frontend/default.conf /etc/nginx/conf.d # COPY nginx.conf /etc/nginx COPY --from=buildnode /app/build /usr/share/nginx/html -RUN chmod -R 777 /run /var/log/nginx /var/cache/nginx /usr/share/nginx/html/static/js +RUN chmod -R 777 /run /var/log/nginx /var/cache/nginx /usr/share/nginx/html/static/js /etc/nginx/conf.d ARG DEBUG_BUILD=false