Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -60,7 +60,7 @@ ENV CHROME_BIN /usr/bin/google-chrome-stable
|
|
60 |
COPY . .
|
61 |
COPY requirements.txt .
|
62 |
RUN pip3 install --upgrade pip setuptools==59.6.0
|
63 |
-
RUN pip3 install
|
64 |
|
65 |
RUN mkdir -p /app /.cache
|
66 |
RUN chown -R 1000:0 /app /.cache
|
|
|
60 |
COPY . .
|
61 |
COPY requirements.txt .
|
62 |
RUN pip3 install --upgrade pip setuptools==59.6.0
|
63 |
+
RUN pip3 install -r requirements.txt
|
64 |
|
65 |
RUN mkdir -p /app /.cache
|
66 |
RUN chown -R 1000:0 /app /.cache
|