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 5cac387 commit 4dd14d5Copy full SHA for 4dd14d5
src/dockerizers/angular/tests/default/code/dockerizer/Dockerfile
@@ -6,9 +6,8 @@ RUN npm install
6
COPY . .
7
RUN npm run build
8
9
-
10
# Use official nginx image as the base image
11
FROM nginx:latest
12
-COPY --from=build /app/dist/angular-test /usr/share/nginx/html
+COPY --from=build /app/dist/angular-test/browser /usr/share/nginx/html
13
EXPOSE 80
14
CMD ["nginx", "-g", "daemon off;"]
0 commit comments