Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -17,7 +17,7 @@ RUN chmod 777 .
|
|
17 |
|
18 |
COPY ./requirements.txt /code/requirements.txt
|
19 |
#RUN pip install --upgrade pip
|
20 |
-
RUN pip install --no-cache-dir
|
21 |
|
22 |
RUN useradd -m -u 1000 user
|
23 |
|
|
|
17 |
|
18 |
COPY ./requirements.txt /code/requirements.txt
|
19 |
#RUN pip install --upgrade pip
|
20 |
+
RUN pip install --no-cache-dir -r /code/requirements.txt
|
21 |
|
22 |
RUN useradd -m -u 1000 user
|
23 |
|