Skip to content

Commit

Permalink
maldita carpeta browser que crea angular cuando hace la build
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosMillanSfC committed Jun 17, 2024
1 parent 9d1558c commit 3fc1dcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ FROM nginx:1.25.1-alpine AS prod

#Copies the production-ready Angular application files from the build stage to
#the `/usr/share/nginx/html`directory inside the Nginx container.
COPY --from=build /app/dist/sc_dashboard /usr/share/nginx/html
COPY --from=build /app/dist/sc_dashboard/browser /usr/share/nginx/html
COPY ./deployment/config/nginx.conf /etc/nginx/nginx.conf
EXPOSE 80
CMD ["nginx", "-g", "daemon off;"]

0 comments on commit 3fc1dcc

Please sign in to comment.