diff --git a/undetectedChromedriver/seleniumChromedriverDockerfile b/undetectedChromedriver/seleniumChromedriverDockerfile index a9e62bb..cd075fa 100644 --- a/undetectedChromedriver/seleniumChromedriverDockerfile +++ b/undetectedChromedriver/seleniumChromedriverDockerfile @@ -1,8 +1,9 @@ # FROM selenium/standalone-chrome:108.0 AS final -FROM selenium/standalone-chrome:133.0-20250606 AS final +# FROM selenium/standalone-chrome:133.0-20250606 AS final +FROM selenium/standalone-chrome:latest AS final COPY ./chromedriver /bin/chromedriver -RUN mkdir -p /home/seluser/profile/ +#RUN mkdir -p /home/seluser/profile/ ENV TZ=Europe/Brussels # 15 minutes session timeout diff --git a/undetectedChromedriver/undetectedChromeDriver.yaml b/undetectedChromedriver/undetectedChromeDriver.yaml index 29ece17..b155f22 100644 --- a/undetectedChromedriver/undetectedChromeDriver.yaml +++ b/undetectedChromedriver/undetectedChromeDriver.yaml @@ -1,8 +1,8 @@ services: undetected-chromedriver: build: - context: ../ - dockerfile: undetectedChromedriver/seleniumChromedriverDockerfile + context: ./ + dockerfile: seleniumChromedriverDockerfile volumes: - /tmp:/tmp - chromeProfile:/home/seluser/profile/