We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7d9893 commit 661e705Copy full SHA for 661e705
Dockerfile
@@ -57,4 +57,4 @@ RUN chmod 644 $(find ./app/ -type f)
57
RUN chmod 755 $(find ./app/ -type d)
58
59
# The entrypoint for AWS is to invoke the handler function within the app package
60
-CMD [ "python -m /app/app.handler" ]
+CMD [ "/app/app.handler" ]
0 commit comments