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
|
dockerfile: Dockerfile
|
||||||
target: deploy-node
|
target: deploy-node
|
||||||
args:
|
args:
|
||||||
BUILD_MODE: ${AE_APP_BUILD_MODE:-staging}
|
BUILD_MODE: ${AE_APP_BUILD_MODE:-dev}
|
||||||
scale: ${AE_APP_REPLICAS:-1}
|
scale: ${AE_APP_REPLICAS:-1}
|
||||||
networks:
|
networks:
|
||||||
- default
|
- default
|
||||||
|
|||||||
Reference in New Issue
Block a user