Files
DatBrowser/undetectedChromedriver/pushSeleniumStandaloneUcImage.sh
2025-02-24 18:58:22 +01:00

5 lines
220 B
Bash

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