Skip to content

Commit

Permalink
Merge pull request #102 from CS3219-AY2324S1/assignment-4-final
Browse files Browse the repository at this point in the history
Assignment-4 Submission
  • Loading branch information
Jai2501 authored Nov 18, 2023
2 parents c131758 + 05f3c3f commit bfb6b0f
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 bfb6b0f

Please sign in to comment.