don't mount entrypoint.sh
This commit is contained in:
parent
5014b1dcd6
commit
7e29e9dac6
|
@ -19,7 +19,7 @@ services:
|
||||||
- ../app:/usr/src/app/app
|
- ../app:/usr/src/app/app
|
||||||
- ../config:/usr/src/app/config
|
- ../config:/usr/src/app/config
|
||||||
- ../package.json:/usr/src/app/package.json
|
- ../package.json:/usr/src/app/package.json
|
||||||
- ./entrypoint.sh:/entrypoint.sh
|
# - ./entrypoint.sh:/entrypoint.sh
|
||||||
# - .node_modules:/usr/src/app/node_modules
|
# - .node_modules:/usr/src/app/node_modules
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
|
|
Loading…
Reference in New Issue