Docker fails during aws cdk deploy with syntax error in pattern

Viewed 22

Building a pipeline with aws cdk and although is building locally i get this error while running inside the aws container.

enter image description here enter image description here

1 Answers

Thanks @user3815522 for the link

@rosalindwills for the solution

it was the .dockerignore file having windows style backslashes

Related