Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
nerderlyne committed Jul 25, 2023
1 parent 458bedb commit 7844fbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ WORKDIR /lexybot
COPY poetry.lock pyproject.toml /lexybot/
RUN poetry config virtualenvs.create false && poetry install --no-interaction --no-ansi
COPY . /lexybot
CMD python run.py
CMD python lexybot/run.py

0 comments on commit 7844fbe

Please sign in to comment.