Skip to content
This repository has been archived by the owner on Jul 20, 2024. It is now read-only.

Commit

Permalink
Update poetry.dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
abdfnx committed Jun 23, 2023
1 parent b8dc1c7 commit 7b9cf21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/poetry.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ RUN poetry config virtualenvs.create false

RUN poetry install

ENTRYPOINT ["python3", "./src/main.py"]
ENTRYPOINT ["poetry", "run", "python3", "./src/main.py"]

0 comments on commit 7b9cf21

Please sign in to comment.