Forgot uncommenting Docker login command in script

This commit is contained in:
Nanne Baars 2017-10-18 12:19:41 +02:00
parent 42775c1980
commit 839bdbd9e2

View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash
#docker login -u $DOCKER_USER -p $DOCKER_PASS
docker login -u $DOCKER_USER -p $DOCKER_PASS
export REPO=webgoat/webgoat-8.0
cd webgoat-server