We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 690e727 commit d1e7b73Copy full SHA for d1e7b73
redblueapp/buildAndRun.sh
@@ -1,4 +1,2 @@
1
docker build -t securecodingdojo/redblueapp .
2
-CHALLENGE_MASTER_SALT=$(openssl rand -hex 16)
3
-echo $CHALLENGE_MASTER_SALT
4
docker run -p 8888:8888 -p 8080:80 -e MASTER_SALT="$CHALLENGE_MASTER_SALT" securecodingdojo/redblueapp
0 commit comments