Skip to content

Commit

Permalink
clarify comments
Browse files Browse the repository at this point in the history
  • Loading branch information
zsarge committed Mar 26, 2024
1 parent f7c5ee4 commit fc8db23
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions start-shell.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,12 @@ set -e

# This script is loaded by gotty, and is in charge of starting a jailed and virtualized console.
# This script is loaded by "Dockerfile"
# This script depends on "ChallengeDockerfile"

CONTAINER_NAME="challenge-shell-$RANDOM"
CONTAINER_TAG="webshell"
TIMEOUT="300" # 300 seconds = 5 minutes

# Build image from ChallengeDockerfile
# Build image from the challenge's Dockerfile and SETUP.sh
docker build --tag "$CONTAINER_TAG" .

clear # clear output
Expand Down

0 comments on commit fc8db23

Please sign in to comment.