Skip to content

Commit

Permalink
docker run noninteractive
Browse files Browse the repository at this point in the history
  • Loading branch information
awnion committed Sep 10, 2024
1 parent 31eecc5 commit c84db48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ rm -rf "$OUTPUT_DIR"
echo "Build docker image: $IMAGE_TAG"
docker buildx build -t $IMAGE_TAG .
echo "Run docker ..."
docker run --rm -it -v "$OUTPUT_DIR":/output $IMAGE_TAG
docker run --rm -t -v "$OUTPUT_DIR":/output $IMAGE_TAG

0 comments on commit c84db48

Please sign in to comment.