Spaces:
Running
Running
Update entrypoint.sh
Browse files- 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 -
|
| 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
|