fix: aws docker file is now in different place (#6706)
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
This commit is contained in:
parent
eb8db05634
commit
3b38c2efb7
3 changed files with 90 additions and 68 deletions
|
|
@ -19,7 +19,7 @@ export class EcrRepository extends Construct {
|
|||
super(scope, id)
|
||||
|
||||
const imagePlatform = props.arch == ecs.CpuArchitecture.ARM64 ? Platform.LINUX_ARM64 : Platform.LINUX_AMD64
|
||||
const backendPath = path.join(__dirname, "../../../../../", "langflow")
|
||||
const backendPath = path.join(__dirname, "../../../../", "docker")
|
||||
const excludeDir = ['node_modules','.git', 'cdk.out']
|
||||
const LifecycleRule = {
|
||||
tagStatus: ecr.TagStatus.ANY,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue