Skip to content

Commit ccf0902

Browse files
committed
Update angular-frontend.Dockerfile
1 parent 4d494ad commit ccf0902

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/angular-frontend.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ FROM nginx:1.27-alpine
1919
COPY docker/nginx.conf /etc/nginx/conf.d/default.conf
2020

2121
# copy artefact Angular
22-
COPY --from=build /app/dist/app /usr/share/nginx/html
22+
COPY --from=build /app/dist/app/browser/ /usr/share/nginx/html/
2323

2424
EXPOSE 80
2525
HEALTHCHECK --interval=30s --timeout=3s --retries=3 CMD wget -qO- http://localhost/ || exit 1

0 commit comments

Comments
 (0)