Skip to content

Commit

Permalink
update compose to hide vendor dirs on host machine
Browse files Browse the repository at this point in the history
  • Loading branch information
pyldin601 committed Jul 16, 2017
1 parent 5a709a3 commit 6839963
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
- ./docker/001-init.sql:/docker-entrypoint-initdb.d/001-init.sql
- ./docker/002-guest.sql:/docker-entrypoint-initdb.d/002-guest.sql
web:
image: 'pldin601/musicloud-image'
build: .
ports:
- '8080:8080'
environment:
Expand All @@ -20,5 +20,7 @@ services:
DB_PASSWORD: musicloud
volumes:
- .:/usr/app/
- /usr/app/vendor
- /usr/app/node_modules
links:
- db

0 comments on commit 6839963

Please sign in to comment.