Adding login for docker hub
This commit is contained in:
parent
df4c0a12fa
commit
980f487f4b
@ -31,4 +31,5 @@ PROJECT_ROOT=`pwd`
|
|||||||
|
|
||||||
cd "$target"
|
cd "$target"
|
||||||
echo docker build . -t "$tag"
|
echo docker build . -t "$tag"
|
||||||
|
echo "${DOCKERHUB_PASSWORD} | docker login --username "${DOCKERHUB_USERNAME}" --password-stdin
|
||||||
cd "$PROJECT_ROOT"
|
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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user