daemonize docker startup

This commit is contained in:
2025-12-27 08:58:18 +01:00
parent 35f595fefe
commit a947b878d0
+1 -1
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 -f docker-compose.yml up --build
docker-compose -d -f docker-compose.yml up --build
echo "✅ Development environment stopped."