joytou commited on
Commit
70e844e
·
verified ·
1 Parent(s): 1ba2873

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -1
Dockerfile CHANGED
@@ -11,4 +11,6 @@ RUN apt-get install curl -y
11
  RUN apt-get install wget -y
12
  RUN apt-get install ffmpeg -y
13
 
14
- RUN pip install python-dotenv typing-extensions
 
 
 
11
  RUN apt-get install wget -y
12
  RUN apt-get install ffmpeg -y
13
 
14
+ COPY ./requirements.txt /discordbot/requirements.txt
15
+ RUN pip install python-dotenv typing-extensions
16
+ RUN pip install -U -r /discordbot/requirements.txt