Skip to content

Commit 5788da5

Browse files
committed
removed debug flag from run since its not valid
1 parent 8db97f9 commit 5788da5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/docker-smoke-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ start_container() {
5959
echo "Starting container $name"
6060

6161
# Start the container
62-
container_id=$(docker run --debug --platform "$DOCKER_PLATFORM" \
62+
container_id=$(docker run --platform "$DOCKER_PLATFORM" \
6363
-p "$port":"$port" \
6464
--entrypoint uvicorn \
6565
-d \

0 commit comments

Comments
 (0)