Skip to content

Commit

Permalink
Forgot uncommenting Docker login command in script
Browse files Browse the repository at this point in the history
  • Loading branch information
nbaars committed Oct 18, 2017
1 parent 42775c1 commit 839bdbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deploy-webgoat.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 839bdbd

Please sign in to comment.