We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 73e9c40 + 7a501b0 commit a7d9893Copy full SHA for a7d9893
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.handler" ]
+CMD [ "python -m /app/app.handler" ]
0 commit comments