kycnot.me/Justfile
2024-02-19 09:45:40 +01:00

6 lines
209 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