You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Getting this error when running from a Amazon Linux 2 AMI
Step 8/8 : CMD ["cat", "/build/dist.zip"]
---> Using cache
---> 385619951be4
Successfully built 385619951be4
Successfully tagged cloudformation-lambda-login:latest
./deploy: line 20: ../dist/lambda-login.zip: No such file or directory
Any recommendations?
The text was updated successfully, but these errors were encountered:
Looks like it is building correctly, but failing on this line 20: docker run "cloudformation-lambda-$function" > ../dist/lambda-$function.zip
could be something with your docker config or perhaps you have the wrong permissions and can't write that file. Haven't used an AL2 AMI with this. Share it when you figure it out.
Getting this error when running from a Amazon Linux 2 AMI
Step 8/8 : CMD ["cat", "/build/dist.zip"]
---> Using cache
---> 385619951be4
Successfully built 385619951be4
Successfully tagged cloudformation-lambda-login:latest
./deploy: line 20: ../dist/lambda-login.zip: No such file or directory
Any recommendations?
The text was updated successfully, but these errors were encountered: