imspsycho commited on
Commit
97a73c4
·
verified ·
1 Parent(s): 677ee4a

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 --host 0.0.0.0 -p 7860 -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