Updated to docker compose

This commit is contained in:
Nicola Guerrera 2023-06-16 21:49:24 +02:00
parent 53f77ed9d1
commit dd511a4303
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
#!/usr/bin/env sh
docker-compose run --rm builder
docker compose run --rm builder || docker-compose run --rm builder || echo "Failed: Please start the docker service"