mirror of
https://codeberg.org/pluja/kycnot.me
synced 2025-07-02 02:26:50 -04:00
add prune
This commit is contained in:
parent
d93f4bfc0d
commit
c2e1ff69e6
1 changed files with 2 additions and 1 deletions
3
Justfile
3
Justfile
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue