Skip to content

Commit 661e705

Browse files
committed
fix command
1 parent a7d9893 commit 661e705

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ RUN chmod 644 $(find ./app/ -type f)
5757
RUN chmod 755 $(find ./app/ -type d)
5858

5959
# The entrypoint for AWS is to invoke the handler function within the app package
60-
CMD [ "python -m /app/app.handler" ]
60+
CMD [ "/app/app.handler" ]

0 commit comments

Comments
 (0)