diff --git a/Justfile b/Justfile index a5736f1..c04c12a 100644 --- a/Justfile +++ b/Justfile @@ -44,3 +44,6 @@ set dotenv-load # To clean only the container launched by the compose @clean-compose: stop-docker docker compose -f docker/docker-compose.yml rm + +@status: + docker compose -f docker/docker-compose.yml ps