We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43989a9 commit 504467dCopy full SHA for 504467d
Dockerfile
@@ -51,4 +51,4 @@ COPY poetry.lock pyproject.toml ./
51
RUN poetry install --only=main
52
53
COPY . /app/
54
-ENTRYPOINT poetry run python -O launcher.py
+ENTRYPOINT ["poetry", "run", "python", "-O", "launcher.py" ]
0 commit comments