diff --git a/docker-compose.yaml b/docker-compose.yaml index 1776a45..509e677 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -18,7 +18,7 @@ services: build: repo command: > bash -c '/repo/make.sh && - true || curl http://piston_api:6969/repos -XPOST -d "slug=local&url=file:///repo/index.yaml"; + curl http://piston_api:6969/repos -XPOST -d "slug=local&url=file:///repo/index.yaml"; echo -e "\nAn error here is fine, it just means its already added it. Perhaps you restarted this container" ' volumes: