Skip to content

Commit

Permalink
Exec command
Browse files Browse the repository at this point in the history
  • Loading branch information
Gonzalo Naveira committed Oct 15, 2021
1 parent 02f718d commit 4a84137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ ENV PYTHONPATH /app

RUN chmod +x "/app/main.py"

CMD ["/app/main.py"]
CMD ["python", "/app/main.py"]

0 comments on commit 4a84137

Please sign in to comment.