🏗️」 wip: work in progress, not done yet.

This commit is contained in:
2025-02-21 12:20:45 +01:00
parent 4056647aea
commit 758f37d7f2
10 changed files with 302 additions and 0 deletions

10
Makefile Normal file
View File

@ -0,0 +1,10 @@
all:
docker compose up --build
re: clean all
clean:
docker system prune -af
docker volume prune -af
.PHONY: clean re all