Ufoptg commited on
Commit
fa6b0f9
1 Parent(s): 7a10c09

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -17,6 +17,7 @@ COPY . .
17
 
18
 
19
  RUN pip install --upgrade pip setuptools
 
20
  RUN pip3 install -r requirements.txt
21
 
22
  RUN chown -R 1000:0 .
 
17
 
18
 
19
  RUN pip install --upgrade pip setuptools
20
+ RUN pip3 install -U motor
21
  RUN pip3 install -r requirements.txt
22
 
23
  RUN chown -R 1000:0 .