💥 Fix: korrigierte Path für Templates / main.py (relativer Pfad)
docker-build-and-push / build (push) Successful in 18s

This commit is contained in:
KI-Sparringpartner
2026-08-03 14:22:11 +02:00
parent f0bd062479
commit 3a224aec9e
5 changed files with 95 additions and 2 deletions
+1
View File
@@ -8,6 +8,7 @@ services:
volumes:
- ./projects:/projects # Lokale Projekte sichtbar im Container
- ./auth:/app/auth # Optional für Token-Speicherung
- ./workflows:/app/workflows # CI/CD Skripte (lokal nutzen)
env_file:
- .env # Lädt GITEE_URL, ACCESS_TOKEN, usw.
environment: