Skip to content

Commit

Permalink
Fixed issue with container cannot find module
Browse files Browse the repository at this point in the history
  • Loading branch information
alextran1502 committed Mar 30, 2022
1 parent f9ddeac commit cfc5229
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
build:
context: ../server
dockerfile: ../server/Dockerfile
command: npm run start:prod
entrypoint: ["/bin/sh", "./entrypoint.sh"]
expose:
- "3000"
volumes:
Expand All @@ -28,7 +28,7 @@ services:
build:
context: ../microservices
dockerfile: ../microservices/Dockerfile
command: npm run start:prod
entrypoint: ["/bin/sh", "./entrypoint.sh"]
expose:
- "3001"
volumes:
Expand Down

0 comments on commit cfc5229

Please sign in to comment.