Skip to content

Commit

Permalink
removed debug flag from run since its not valid
Browse files Browse the repository at this point in the history
  • Loading branch information
luke-kucing committed Nov 21, 2024
1 parent 8db97f9 commit 5788da5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/docker-smoke-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ start_container() {
echo "Starting container $name"

# Start the container
container_id=$(docker run --debug --platform "$DOCKER_PLATFORM" \
container_id=$(docker run --platform "$DOCKER_PLATFORM" \
-p "$port":"$port" \
--entrypoint uvicorn \
-d \
Expand Down

0 comments on commit 5788da5

Please sign in to comment.