Skip to content

Commit

Permalink
Adjust path to Angular dist in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-battaglia committed Oct 19, 2023
1 parent a308b09 commit 59c05c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion angular-frontend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM nginx:stable

COPY dist/src/app/dist/my-docker-angular-app /usr/share/nginx/html
COPY dist/angular-frontend /usr/share/nginx/html
COPY nginx.conf /etc/nginx/conf.d/default.conf

EXPOSE 80

0 comments on commit 59c05c2

Please sign in to comment.