diff --git a/Justfile b/Justfile index af859b2d..2a4da0e9 100644 --- a/Justfile +++ b/Justfile @@ -28,7 +28,7 @@ restart: down up # Clean up all development containers and volumes (careful!) clean: - docker compose -f .devcontainer/docker-compose.yml down -v + docker compose -f .devcontainer/docker-compose.yml down -v --remove-orphans # Start production environment prod-up: