added handling for .cofig via .env file

This commit is contained in:
2025-12-28 14:18:02 +01:00
parent 1c9cfd1d9b
commit 4aea3559e6
6 changed files with 38 additions and 27 deletions
+2 -2
View File
@@ -17,6 +17,6 @@ echo "📦 Building and starting development containers..."
docker-compose -f docker-compose.yml down
# Baue und starte die Container
docker-compose -d -f docker-compose.yml up --build
docker-compose -f docker-compose.yml up --build -d
echo "✅ Development environment stopped."
echo "✅ Development environment started."