Skip to content

Commit a5ca4ff

Browse files
authored
Update Dockerfile
1 parent b7c6ea8 commit a5ca4ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ RUN sh -c "ng build --output-path=/dist $BUILD_ENVIRONMENT_OPTIONS"
4141
###############
4242
FROM $NGINX_IMAGE
4343

44-
COPY --from=builder /dist /usr/share/nginx/html
44+
COPY --from=builder /dist/browser /usr/share/nginx/html
4545

4646
EXPOSE 80
4747

0 commit comments

Comments
 (0)