Files
DatBrowser/undetectedChromedriver/pushSeleniumStandaloneUcImage.sh

5 lines
197 B
Bash

#!/bin/bash
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