Removing ls from docker-compose
This commit is contained in:
parent
c882640da9
commit
8c4f18bb43
|
@ -3,6 +3,6 @@ version: '2'
|
||||||
services:
|
services:
|
||||||
torrents-csv:
|
torrents-csv:
|
||||||
build: .
|
build: .
|
||||||
command: "bash -c 'cd /usr/app/server/service; ls; cargo run --release'"
|
command: bash -c "cd /usr/app/server/service; cargo run --release"
|
||||||
ports:
|
ports:
|
||||||
- "8080:8080"
|
- "8080:8080"
|
Loading…
Reference in New Issue