imspsycho commited on
Commit
b775015
·
verified ·
1 Parent(s): 990fdd3

Update entrypoint.sh

Browse files
Files changed (1) hide show
  1. entrypoint.sh +1 -1
entrypoint.sh CHANGED
@@ -4,5 +4,5 @@ if [ "$1" = "--auth" ]; then
4
  exec bun run dist/main.js auth
5
  else
6
  # Default command
7
- exec bun run dist/main.js start -g "$GH_TOKEN" "$@"
8
  fi
 
4
  exec bun run dist/main.js auth
5
  else
6
  # Default command
7
+ exec bun run dist/main.js start -p 7860 -g "$GH_TOKEN" "$@"
8
  fi