edit volume backend
Signed-off-by: Lukas Pol <lukaspaespol@gmail.com>
This commit is contained in:
parent
ac20b6471d
commit
7aa50368f8
@ -11,7 +11,7 @@ services:
|
|||||||
build: .
|
build: .
|
||||||
command: bash -c "rm -f tmp/pids/server.pid && sleep 100000"
|
command: bash -c "rm -f tmp/pids/server.pid && sleep 100000"
|
||||||
volumes:
|
volumes:
|
||||||
- .:/myapp
|
- ./web:/myapp
|
||||||
ports:
|
ports:
|
||||||
- "3000:3000"
|
- "3000:3000"
|
||||||
depends_on:
|
depends_on:
|
||||||
|
Loading…
Reference in New Issue
Block a user