vet

Mirror of Vet, an AI code review tool
git clone git://git.laack.co/vet.git
Log | Files | Refs | README | LICENSE

build.sh (226B)


      1 #!/bin/bash
      2 source "$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)/common.sh"
      3 
      4 $RUNTIME build \
      5     --build-arg INSTALL_CLAUDE="$INSTALL_CLAUDE" \
      6     -f "$SCRIPT_DIR/Containerfile" \
      7     -t "$IMAGE_NAME" \
      8     "$SCRIPT_DIR/."