Adding login for docker hub

This commit is contained in:
shockrah 2024-03-24 19:01:31 -07:00
parent df4c0a12fa
commit 980f487f4b
2 changed files with 5 additions and 0 deletions

View File

@ -31,4 +31,5 @@ PROJECT_ROOT=`pwd`
cd "$target"
echo docker build . -t "$tag"
echo "${DOCKERHUB_PASSWORD} | docker login --username "${DOCKERHUB_USERNAME}" --password-stdin
cd "$PROJECT_ROOT"

4
selenium/Dockerfile Normal file
View File

@ -0,0 +1,4 @@
FROM selnium/standalone-firefox
RUN sudo apt install -y python3-pip python-venv