Fix: Dockerfile build path
This commit is contained in:
parent
839aace50c
commit
db5c90d8ba
1 changed files with 1 additions and 1 deletions
|
@ -26,6 +26,6 @@ FROM nginxinc/nginx-unprivileged
|
||||||
COPY ./nginx.conf /etc/nginx/conf.d/default.conf
|
COPY ./nginx.conf /etc/nginx/conf.d/default.conf
|
||||||
|
|
||||||
#### copy artifact build from the 'build environment'
|
#### copy artifact build from the 'build environment'
|
||||||
COPY --from=build /usr/src/app/dist/bookproject /usr/share/nginx/html
|
COPY --from=build /usr/src/app/dist/angular-dot-io /usr/share/nginx/html
|
||||||
|
|
||||||
CMD ["nginx", "-g", "daemon off;"]
|
CMD ["nginx", "-g", "daemon off;"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue