Dockerize discord bot and update docs to run the bot correctly (#919)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM python:3.11 AS backend
|
||||
FROM python:3.11-slim
|
||||
|
||||
WORKDIR /usr/src/discord_bot
|
||||
COPY requirements.txt .
|
||||
|
||||
Reference in New Issue
Block a user