Skip to content

Commit 458068f

Browse files
Fix dockerfile still looking for bot.py (#18)
1 parent 26c3b29 commit 458068f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ COPY poetry.lock pyproject.toml ./
4747
RUN poetry install --without=dev
4848

4949
COPY . /app/
50-
ENTRYPOINT poetry run python -O bot.py
50+
ENTRYPOINT poetry run python -O launcher.py

0 commit comments

Comments
 (0)