diff --git a/dist/web/Dockerfile b/dist/web/Dockerfile index 115300e23..e14c1462b 100644 --- a/dist/web/Dockerfile +++ b/dist/web/Dockerfile @@ -106,3 +106,4 @@ COPY --from=build [ \ FROM nginx COPY --from=raw . /usr/share/nginx/html +RUN chmod -R 755 /usr/share/nginx/html