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 81e56ed commit ba14b2bCopy full SHA for ba14b2b
content/guides/angular/containerize.md
@@ -160,7 +160,7 @@ USER nginx
160
COPY nginx.conf /etc/nginx/nginx.conf
161
162
# Copy the static build output from the build stage to Nginx's default HTML serving directory
163
-COPY --chown=nginx:nginx --from=builder /app/dist/*/browser /usr/share/nginx/html
+COPY --link --chown=nginx:nginx --from=builder /app/dist/*/browser /usr/share/nginx/html
164
165
# Expose port 8080 to allow HTTP traffic
166
# Note: The default NGINX container now listens on port 8080 instead of 80
0 commit comments