Skip to content

Commit 504467d

Browse files
committed
fix the warning around non-json ENTRYPOINT directive
1 parent 43989a9 commit 504467d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ COPY poetry.lock pyproject.toml ./
5151
RUN poetry install --only=main
5252

5353
COPY . /app/
54-
ENTRYPOINT poetry run python -O launcher.py
54+
ENTRYPOINT ["poetry", "run", "python", "-O", "launcher.py" ]

0 commit comments

Comments
 (0)