Skip to content

Commit

Permalink
Adding exec permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
Gonzalo Naveira committed Oct 15, 2021
1 parent 8f0e591 commit 02f718d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,6 @@ WORKDIR /app

ENV PYTHONPATH /app

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

CMD ["/app/main.py"]

0 comments on commit 02f718d

Please sign in to comment.