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 8db97f9 commit 5788da5Copy full SHA for 5788da5
scripts/docker-smoke-test.sh
@@ -59,7 +59,7 @@ start_container() {
59
echo "Starting container $name"
60
61
# Start the container
62
- container_id=$(docker run --debug --platform "$DOCKER_PLATFORM" \
+ container_id=$(docker run --platform "$DOCKER_PLATFORM" \
63
-p "$port":"$port" \
64
--entrypoint uvicorn \
65
-d \
0 commit comments