updated help text and FAQ

added build to start script before shuting down the containers
This commit is contained in:
2026-02-02 14:28:06 +01:00
parent 733e095f1f
commit 45d56674c1
3 changed files with 16 additions and 6 deletions
+2
View File
@@ -12,6 +12,8 @@ fi
cd "$(dirname "$0")"
echo "📦 Building and starting production containers..."
# Build before stopping existing containers
docker-compose -f docker-compose.yml build
# Stoppe vorhandene Container
docker-compose -f docker-compose.yml down