update undetected chromedriver with bigger session timeout

This commit is contained in:
2025-06-30 12:41:59 +02:00
parent 24629adcd5
commit c13c1db638
5 changed files with 27 additions and 8 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash
sudo docker build -f undetectedChromedriver/seleniumChromedriverDockerfile -t git.matthiasg.dev/ninluc/selenium/standalone-uc:latest .
sudo docker build -f seleniumChromedriverDockerfile -t git.matthiasg.dev/ninluc/selenium/standalone-uc:latest .
sudo docker push git.matthiasg.dev/ninluc/selenium/standalone-uc:latest