Spaces:
Running
Running
Update Dockerfile
Browse files- 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 .
|