imseldrith commited on
Commit
33d6c74
·
1 Parent(s): 2c85574

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -3,7 +3,7 @@ WORKDIR /app
3
  RUN chmod 777 /app
4
  COPY requirements.txt .
5
  RUN pip3 install -r requirements.txt
6
- COPY /app .
7
  #set a default command
8
  CMD ["python" ,"bot.py"]
9
 
 
3
  RUN chmod 777 /app
4
  COPY requirements.txt .
5
  RUN pip3 install -r requirements.txt
6
+ COPY . .
7
  #set a default command
8
  CMD ["python" ,"bot.py"]
9