Build [v1.4.1] - Security hardening, PWA and UI refinements
This commit is contained in:
@@ -16,7 +16,7 @@ mkdir -p "$PROD_DIR"
|
||||
echo "📂 Copying application components (excluding dev artifacts)..."
|
||||
# Core application
|
||||
rsync -a --exclude 'node_modules' --exclude '.next' frontend/ "$PROD_DIR/frontend/"
|
||||
rsync -a --exclude '__pycache__' --exclude '.pytest_cache' --exclude '.venv' backend/ "$PROD_DIR/backend/"
|
||||
rsync -a --exclude '__pycache__' --exclude '.pytest_cache' --exclude '.venv' --exclude 'tests' backend/ "$PROD_DIR/backend/"
|
||||
|
||||
# Orchestration & Scripts
|
||||
cp docker-compose.yml "$PROD_DIR/"
|
||||
|
||||
Reference in New Issue
Block a user