Skip to content

Commit d1e7b73

Browse files
authored
Update buildAndRun.sh
1 parent 690e727 commit d1e7b73

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

redblueapp/buildAndRun.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
11
docker build -t securecodingdojo/redblueapp .
2-
CHALLENGE_MASTER_SALT=$(openssl rand -hex 16)
3-
echo $CHALLENGE_MASTER_SALT
42
docker run -p 8888:8888 -p 8080:80 -e MASTER_SALT="$CHALLENGE_MASTER_SALT" securecodingdojo/redblueapp

0 commit comments

Comments
 (0)