fix(compose): update BUILD_MODE fallback from staging to dev
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -161,7 +161,7 @@ services:
|
||||
dockerfile: Dockerfile
|
||||
target: deploy-node
|
||||
args:
|
||||
BUILD_MODE: ${AE_APP_BUILD_MODE:-staging}
|
||||
BUILD_MODE: ${AE_APP_BUILD_MODE:-dev}
|
||||
scale: ${AE_APP_REPLICAS:-1}
|
||||
networks:
|
||||
- default
|
||||
|
||||
Reference in New Issue
Block a user