We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26c3b29 commit 458068fCopy full SHA for 458068f
Dockerfile
@@ -47,4 +47,4 @@ COPY poetry.lock pyproject.toml ./
47
RUN poetry install --without=dev
48
49
COPY . /app/
50
-ENTRYPOINT poetry run python -O bot.py
+ENTRYPOINT poetry run python -O launcher.py
0 commit comments