RED-8128 fix conf path

This commit is contained in:
Dan Percic 2024-01-16 13:23:57 +02:00
parent 2b68dbe2c8
commit 74caac5d8a

View File

@ -35,7 +35,7 @@ RUN rm -rf /usr/share/nginx/html/*
COPY --from=builder /ng-app/dist/apps/red-ui /usr/share/nginx/html/ui
COPY version.json /usr/share/nginx/html/ui/assets/version/version.json
RUN chmod a+rw -R /usr/nginx/conf.d
RUN chmod a+rw -R /etc/nginx/conf.d
RUN chmod o+r -R /usr/share/nginx/html
RUN chmod g+r -R /usr/share/nginx/html