Skip to content

Commit d8de11d

Browse files
committed
Print information on how to send a test request to the containerized app
1 parent 442d65b commit d8de11d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

start_container.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ set -uo pipefail
77

88
# Import environment variables from .env
99
set -o allexport && source .env && set +o allexport
10-
1110
echo "Starting container for image '$DOCKER_IMAGE_NAME:$DOCKER_IMAGE_TAG', exposing port 8123/tcp"
11+
echo "Run 'curl http://localhost:8123/status' to send a test request to the containerized app"
1212
docker run -p 8123:8123 "$DOCKER_IMAGE_NAME":"$DOCKER_IMAGE_TAG"
13-

0 commit comments

Comments
 (0)