Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +5 -1
Dockerfile
CHANGED
@@ -8,4 +8,8 @@ RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
|
8 |
|
9 |
COPY . .
|
10 |
|
11 |
-
CMD [ "python", "./bot.py"]
|
|
|
|
|
|
|
|
|
|
8 |
|
9 |
COPY . .
|
10 |
|
11 |
+
CMD [ "python", "./bot.py"]
|
12 |
+
|
13 |
+
CMD docker build -t discord_bot .
|
14 |
+
|
15 |
+
CMD docker run discord_bot
|