This commit is contained in:
2026-02-16 20:16:33 +01:00
parent 46f37fd368
commit ecc2f81f17
2 changed files with 20 additions and 2 deletions

6
Makefile Normal file
View File

@@ -0,0 +1,6 @@
all:
cd srcs && docker compose up -d
down:
cd srcs && docker compose down
logs:
cd srcs && docker compose logs -f