Skip to content

Commit

Permalink
chore: change python image
Browse files Browse the repository at this point in the history
  • Loading branch information
Zero6992 committed Feb 5, 2023
1 parent 769e084 commit dd09325
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM python:3.8
FROM python:3.9-slim-bullseye

COPY ./ /DiscordBot
WORKDIR /DiscordBot

RUN pip install -r requirements.txt

CMD ["python3", "main.py"]
CMD ["python3", "-m", "main"]

0 comments on commit dd09325

Please sign in to comment.