Skip to content
Snippets Groups Projects
Commit 90bc526b authored by Flissi Areski's avatar Flissi Areski
Browse files

Change permissions on cache dir for chromedriver

parent 398673e0
Branches
No related tags found
No related merge requests found
......@@ -53,6 +53,7 @@ RUN wget -P /root/ https://storage.googleapis.com/chrome-for-testing-public/123.
RUN unzip -d /root/ /root/chromedriver-linux64.zip
RUN ln -s /root/chromedriver-linux64/chromedriver /usr/bin/
RUN chmod -R 755 /root
RUN chmod -R 777 /root/.cache
# Configuration nginx, FastCGI et serveurs virtuels
COPY ./nginx/fastcgi.conf /etc/nginx/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment