」 feat(Justfile): added status command

This commit is contained in:
2025-07-26 15:50:51 +02:00
parent a90fe8c6c8
commit 2f35a4951a

View File

@ -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