Update Dockerfile
Browse files- Dockerfile +0 -2
Dockerfile
CHANGED
@@ -62,8 +62,6 @@ COPY requirements.txt .
|
|
62 |
RUN pip3 install --upgrade pip setuptools==59.6.0
|
63 |
RUN pip3 install -r requirements.txt
|
64 |
|
65 |
-
RUN chmod +x /usr/local/bin/chromedriver
|
66 |
-
RUN chmod +x /usr/bin/google-chrome
|
67 |
RUN chown -R 1000:0 .
|
68 |
RUN chmod 777 .
|
69 |
RUN chown -R 1000:0 /app
|
|
|
62 |
RUN pip3 install --upgrade pip setuptools==59.6.0
|
63 |
RUN pip3 install -r requirements.txt
|
64 |
|
|
|
|
|
65 |
RUN chown -R 1000:0 .
|
66 |
RUN chmod 777 .
|
67 |
RUN chown -R 1000:0 /app
|