Skip to content

Commit

Permalink
Execute the script within the environment
Browse files Browse the repository at this point in the history
  • Loading branch information
exil0867 committed Oct 8, 2023
1 parent a61b420 commit 0e56ce0
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 @@ -14,4 +14,4 @@ RUN curl -sSL https://install.python-poetry.org | python3 -

RUN /root/.local/bin/poetry install

CMD ["python", "./app.py"]
CMD ["/root/.local/bin/poetry", "run", "python", "/app.py"]

0 comments on commit 0e56ce0

Please sign in to comment.