Skip to content

Commit 7ae7217

Browse files
committed
Update angular-frontend.Dockerfile
1 parent 39825a5 commit 7ae7217

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
@@ -22,7 +22,7 @@ COPY docker/nginx.conf /etc/nginx/conf.d/default.conf
2222
RUN rm -rf /usr/share/nginx/html/*
2323

2424
# copy artefact Angular
25-
COPY --from=build /app/dist/codecampus/browser/ /usr/share/nginx/html/
25+
COPY --from=build /app/dist/codecampus/ /usr/share/nginx/html/
2626

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

0 commit comments

Comments
 (0)