Removing ls from docker-compose

This commit is contained in:
Dessalines 2018-11-30 17:16:17 -07:00
parent c882640da9
commit 8c4f18bb43
1 changed files with 1 additions and 1 deletions

View File

@ -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"