Skip to content

Commit

Permalink
remove comment from docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Nanxi-Huang committed Nov 17, 2023
1 parent ca36c46 commit 05f3c3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
- 3001:3001
volumes:
- ./Frontend:/app
- /app/node_modules # Anonymous Volume
- /app/node_modules
env_file:
- ./Frontend/.env
networks:
Expand All @@ -19,7 +19,7 @@ services:
- 3002:3002
volumes:
- ./UserService:/app
- /app/node_modules # Anonymous Volume
- /app/node_modules
networks:
- peer-prep-network

Expand Down

0 comments on commit 05f3c3f

Please sign in to comment.