diff --git a/justfile b/justfile index 47b5ff3..d536800 100644 --- a/justfile +++ b/justfile @@ -6,8 +6,8 @@ update: docker compose down git pull docker compose pull - docker compose build --no-cache - docker compose up -d + docker compose build + docker compose up -d --wait rm update.lock just healthcheck || just rollback else