abhicodes commited on
Commit
88f8971
·
1 Parent(s): 93cf391

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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