We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7c6ea8 commit a5ca4ffCopy full SHA for a5ca4ff
Dockerfile
@@ -41,7 +41,7 @@ RUN sh -c "ng build --output-path=/dist $BUILD_ENVIRONMENT_OPTIONS"
41
###############
42
FROM $NGINX_IMAGE
43
44
-COPY --from=builder /dist /usr/share/nginx/html
+COPY --from=builder /dist/browser /usr/share/nginx/html
45
46
EXPOSE 80
47
0 commit comments