rr1 commited on
Commit
5aad2e4
·
1 Parent(s): 41717a9

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -47,5 +47,6 @@ RUN cp -r /tmp/gpt4free/g4f /app/g4f
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
 
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
+ RUN mkdir /home/seluser/.local/lib && chmod 777 /home/seluser/.local/lib
51
  # Expose ports
52
  EXPOSE 80 1337