fully implemented project

This commit is contained in:
2026-01-22 19:17:50 +01:00
parent aea6950bfe
commit 42d2758ba5
11 changed files with 220 additions and 5 deletions

View File

@@ -1,9 +1,9 @@
build:
@docker compose build
up:
@docker compose up -d
up-build:
@docker compose up -d --build
down:
@docker compose down