From 2f35a4951a7fed740c90623e73059de3075dd66a Mon Sep 17 00:00:00 2001 From: adjoly Date: Sat, 26 Jul 2025 15:50:51 +0200 Subject: [PATCH] =?UTF-8?q?=E3=80=8C=E2=9C=A8=E3=80=8D=20feat(Justfile):?= =?UTF-8?q?=20added=20status=20command?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Justfile | 3 +++ 1 file changed, 3 insertions(+) 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