fix docker file
This commit is contained in:
parent
640297867f
commit
bc2c700ca5
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user