Skip to content

Commit

Permalink
optimize dockerfile prod
Browse files Browse the repository at this point in the history
  • Loading branch information
submarcos committed Jun 26, 2024
1 parent 0c61753 commit 9d27133
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ USER ubuntu
COPY --chown=ubuntu:ubuntu front-end/ /app/front-end
COPY --chown=ubuntu:ubuntu --from=build /app/front-end/node_modules /app/front-end/node_modules


ENTRYPOINT [""]

CMD ["npx", "ng", "serve", "--host", "0.0.0.0"]
1 change: 0 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
/front-end/node_modules/
/front-end/dist/
/front-end/.vscode/

0 comments on commit 9d27133

Please sign in to comment.