Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
|
@@ -44,6 +44,8 @@ RUN pip install --upgrade pip && pip install -r requirements.txt
|
|
| 44 |
# Copy the entire package into the container.
|
| 45 |
RUN cp -r /tmp/gpt4free/g4f /app/g4f
|
| 46 |
|
|
|
|
|
|
|
| 47 |
RUN mkdir /home/seluser/.local/share/undetected_chromedriver && chmod 777 /home/seluser/.local/share/undetected_chromedriver
|
| 48 |
# Expose ports
|
| 49 |
EXPOSE 80 1337
|
|
|
|
| 44 |
# Copy the entire package into the container.
|
| 45 |
RUN cp -r /tmp/gpt4free/g4f /app/g4f
|
| 46 |
|
| 47 |
+
RUN chmod a+x /usr/bin/chromedriver
|
| 48 |
+
|
| 49 |
RUN mkdir /home/seluser/.local/share/undetected_chromedriver && chmod 777 /home/seluser/.local/share/undetected_chromedriver
|
| 50 |
# Expose ports
|
| 51 |
EXPOSE 80 1337
|