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

Fix chromedriver access rights

parent 8585cc56
No related branches found
No related tags found
No related merge requests found
......@@ -52,6 +52,7 @@ RUN ln -s /root/chrome-linux64/chrome /usr/bin/google-chrome
RUN wget -P /root/ https://storage.googleapis.com/chrome-for-testing-public/123.0.6312.122/linux64/chromedriver-linux64.zip
RUN unzip -d /root/ /root/chromedriver-linux64.zip
RUN ln -s /root/chromedriver-linux64/chromedriver /usr/bin/
RUN chmod -R 755 /root
# 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