Skip to content

Commit

Permalink
fix: docker builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Skelmis committed Nov 4, 2024
1 parent 1e58b54 commit 1f9d5d3
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 @@ -15,4 +15,4 @@ RUN poetry install

COPY . /bot

CMD python3 main.py
CMD poetry run python3 main.py

0 comments on commit 1f9d5d3

Please sign in to comment.