fix docker file

This commit is contained in:
Dan Percic 2024-06-18 16:17:05 +03:00
parent 640297867f
commit bc2c700ca5

View File

@ -34,7 +34,7 @@ COPY docker/common/nginx/custom.conf /etc/nginx/templates/custom.conf.template
RUN rm -rf /usr/share/nginx/html/*
## From builder stage copy over the artifacts in dist folder to default nginx public folder
COPY --from=builder /ng-app/dist/apps/red-ui /usr/share/nginx/html/ui
COPY --from=builder /ng-app/dist/apps/red-ui/browser /usr/share/nginx/html/ui
COPY version.json /usr/share/nginx/html/ui/assets/version/version.json
#RUN mkdir /tmp/nginx