kycnot.me/Justfile
2024-02-19 19:35:11 +01:00

7 lines
236 B
Makefile

dev +command:
docker compose -f docker-compose.yml -f docker-compose.dev.yml {{command}}
deploy build="":
git pull
docker compose up {{ if build != "" { "--build" } else { "" } }} --pull=always -d
docker system prune -f