Skip to content

Commit

Permalink
Remove mounting in default docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
youngbrioche committed Oct 25, 2017
1 parent b8038a4 commit 9a315d2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
7 changes: 7 additions & 0 deletions docker-compose.override.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
services:
web:
volumes:
- .:/app
- node_modules:/app/node_modules
volumes:
node_modules: {}
5 changes: 0 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,3 @@ services:
build: .
ports:
- '3000:3000'
volumes:
- .:/app
- node_modules:/app/node_modules
volumes:
node_modules: {}

0 comments on commit 9a315d2

Please sign in to comment.