Skip to content

Commit

Permalink
Merge pull request #1474 from ProjectSidewalk/1473-dev-environment-sl…
Browse files Browse the repository at this point in the history
…ow-to-update-javascript-files

Resolves 1473: Improve load times after changes from within Docker container
  • Loading branch information
misaugstad authored Sep 17, 2020
2 parents 09226af + 6607cc5 commit 727557c
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 @@ -10,8 +10,8 @@ services:
depends_on:
- db
volumes:
- "./:/opt"
- "/opt/node_modules"
- "./:/opt/:delegated"
- "/opt/node_modules:delegated"
ports:
- "9000:9000"
environment:
Expand Down

0 comments on commit 727557c

Please sign in to comment.