Skip to content

Commit

Permalink
fix(docker): do not overwrite important folder
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxbandit committed Oct 6, 2019
1 parent 2c381ff commit 8606101
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ services:
dockerfile: ./docker/oms-discounts/Dockerfile.dev
image: aegee/oms-discounts:latest
volumes:
- /usr/app/src/node_modules
- ./${PATH_OMS_DISCOUNTS}/../:/usr/app/src
command: "sh /usr/app/scripts/bootstrap.sh && npm nodemon-start"

0 comments on commit 8606101

Please sign in to comment.