Adding login for docker hub
This commit is contained in:
@@ -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
4
selenium/Dockerfile
Normal file
@@ -0,0 +1,4 @@
|
||||
FROM selnium/standalone-firefox
|
||||
|
||||
RUN sudo apt install -y python3-pip python-venv
|
||||
|
||||
Reference in New Issue
Block a user