diff --git a/Dockerfile b/Dockerfile index cb95c61..309dea1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"] \ No newline at end of file +CMD ["python", "main.py", "prod"] \ No newline at end of file