add prune

This commit is contained in:
pluja 2024-02-19 19:35:11 +01:00
parent d93f4bfc0d
commit c2e1ff69e6

View File

@ -3,4 +3,5 @@ dev +command:
deploy build="":
git pull
docker compose up {{ if build != "" { "--build" } else { "" } }} --pull=always -d
docker compose up {{ if build != "" { "--build" } else { "" } }} --pull=always -d
docker system prune -f