1
0
Fork 0

Fix: Dockerfile build path

This commit is contained in:
Aroy-Art 2025-05-19 10:00:58 +02:00
parent 839aace50c
commit db5c90d8ba
Signed by: Aroy
GPG key ID: 583642324A1D2070

View file

@ -26,6 +26,6 @@ FROM nginxinc/nginx-unprivileged
COPY ./nginx.conf /etc/nginx/conf.d/default.conf
#### 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;"]