don't mount entrypoint.sh

This commit is contained in:
medcl 2020-03-17 23:26:33 +08:00
parent 5014b1dcd6
commit 7e29e9dac6
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ services:
- ../app:/usr/src/app/app
- ../config:/usr/src/app/config
- ../package.json:/usr/src/app/package.json
- ./entrypoint.sh:/entrypoint.sh
# - ./entrypoint.sh:/entrypoint.sh
# - .node_modules:/usr/src/app/node_modules
volumes: