Skip to content

Commit

Permalink
Update cli.sh
Browse files Browse the repository at this point in the history
Signed-off-by: Marcin Kozlowski <[email protected]>
  • Loading branch information
marcinguy authored Jul 3, 2024
1 parent 1690541 commit cc6bd8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cd $CODE_DIR
# Set environment variables for Docker
ENV_VARS="-e CODE_DIR -e LIC -e OPENAI_GPT_API"
VOLUME_MOUNT="-v ${PWD}:${PWD}"
DOCKER_IMAGE="tcosolutions/betterscan-ce:worker-cli"
DOCKER_IMAGE="sunsolution/betterscan-worker-cli:latest"
SAFE_DIR_CMD="git config --global --add safe.directory $CODE_DIR"
GIT_BRANCH_CMD="git rev-parse --abbrev-ref HEAD"

Expand Down

0 comments on commit cc6bd8a

Please sign in to comment.