Init
This commit is contained in:
10
Dockerfile
Normal file
10
Dockerfile
Normal file
@@ -0,0 +1,10 @@
|
||||
FROM python:3
|
||||
FROM gorialis/discord.py
|
||||
|
||||
RUN pip install --upgrade python-dotenv
|
||||
|
||||
WORKDIR /usr/src/bot
|
||||
|
||||
COPY . .
|
||||
|
||||
CMD ["python3", "discord_bot.py"]
|
||||
Reference in New Issue
Block a user