Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
schijioke-uche committed Mar 26, 2021
1 parent 7b625f7 commit fb78a42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfiles/helloworld/dockerbuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ DOCKER_DOMAIN="{}"
#==============================
function isLogin(){
#[DEVELOPMENT]
#echo $DOCKER_PW | docker login -u $DOCKER_USER --password-stdin $DOCKER_DOMAIN
echo $DOCKER_PW | docker login -u $DOCKER_USER --password-stdin $DOCKER_DOMAIN
#[PRODUCTION]
cat $DOCKER_SECUREPWDVAULTPATH | docker login -u $DOCKER_USER --password-stdin $DOCKER_DOMAIN
#cat $DOCKER_SECUREPWDVAULTPATH | docker login -u $DOCKER_USER --password-stdin $DOCKER_DOMAIN
}

#============================
Expand Down

0 comments on commit fb78a42

Please sign in to comment.