We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 442d65b commit d8de11dCopy full SHA for d8de11d
start_container.sh
@@ -7,7 +7,6 @@ set -uo pipefail
7
8
# Import environment variables from .env
9
set -o allexport && source .env && set +o allexport
10
-
11
echo "Starting container for image '$DOCKER_IMAGE_NAME:$DOCKER_IMAGE_TAG', exposing port 8123/tcp"
+echo "Run 'curl http://localhost:8123/status' to send a test request to the containerized app"
12
docker run -p 8123:8123 "$DOCKER_IMAGE_NAME":"$DOCKER_IMAGE_TAG"
13
0 commit comments