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