13 lines
563 B
YAML
13 lines
563 B
YAML
# =============================================================================
|
|
# Staging: production frontend build (overrides staging.yml frontend)
|
|
# =============================================================================
|
|
# Use with staging-standalone + staging + staging-prod-api. Overrides frontend
|
|
# to use Dockerfile.prod (production Next.js build) instead of dev Dockerfile.
|
|
# =============================================================================
|
|
|
|
services:
|
|
frontend:
|
|
build:
|
|
context: ../frontend
|
|
dockerfile: Dockerfile.prod
|