abhicodes commited on
Commit
7689e47
·
1 Parent(s): 88f8971

Update Dockerfile

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