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