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
Hi everyone. I created a service in AWS apprunner and I am trying to deploy a python application using the python311 runtime. Whenever I tried to deploy using the code-based approach I got the error Failed to build your application source code. Reason: Failed to execute 'pre_build' command.
When I build as a docker image pulling from ECR the deployment is successful.
Hi everyone. I created a service in AWS apprunner and I am trying to deploy a python application using the python311 runtime. Whenever I tried to deploy using the code-based approach I got the error
Failed to build your application source code. Reason: Failed to execute 'pre_build' command.
When I build as a docker image pulling from ECR the deployment is successful.
This is my GitHub actions pipeline:
This is the apprunner log after its execution:
Does anyone know what might be the issue?
The text was updated successfully, but these errors were encountered: