Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
howardt12345 committed Sep 17, 2024
1 parent 6808154 commit 71c49e9
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 @@ -27,4 +27,4 @@ ENV REPO_URL=https://github.com/placeTW/discord-bot.git
ENTRYPOINT ["/entrypoint.sh"]

# Run the script when the container launches
CMD ["poetry", "run", "python", "main.py", "prod"]
CMD ["python", "main.py", "prod"]

0 comments on commit 71c49e9

Please sign in to comment.