diff --git a/docker-compose.yml b/docker-compose.yml index af8b9f4..ff6cef5 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -3,6 +3,6 @@ version: '2' services: torrents-csv: build: . - command: bash -c "cd /usr/app/server/service; cargo run --release" + command: /bin/sh -c /app/torrents-csv-service ports: - "8080:8080" \ No newline at end of file diff --git a/scripts/git_update.sh b/scripts/git_update.sh index 52935bd..aa90fef 100755 --- a/scripts/git_update.sh +++ b/scripts/git_update.sh @@ -1,4 +1,4 @@ # This updates the repository from the git repo, and re-caches the torrents.db sqlite file git pull git gc -. build_sqlite.sh \ No newline at end of file +./build_sqlite.sh \ No newline at end of file