modify BACKEND_URL
This commit is contained in:
parent
8b295542f8
commit
fb6645d347
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ export class EcrRepository extends Construct {
|
|||
const dockerFrontEndImageAsset = new DockerImageAsset(this, "DockerFrontEndImageAsset", {
|
||||
directory: frontendPath,
|
||||
buildArgs:{
|
||||
"BACKEND_URL":`http://${props.cloudmapNamespace.namespaceName}:7860`
|
||||
"BACKEND_URL":`http://backend.${props.cloudmapNamespace.namespaceName}:7860`
|
||||
},
|
||||
exclude: excludeDir,
|
||||
platform: imagePlatform,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue