updated help text and FAQ
added build to start script before shuting down the containers
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user