Spaces:
Running
Running
Update entrypoint.sh
Browse files- entrypoint.sh +2 -2
entrypoint.sh
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
#!/bin/sh
|
| 2 |
set -e
|
| 3 |
|
| 4 |
-
CONFIG_FILE="/app/config.yaml"
|
| 5 |
CONFIG_EXAMPLE="/app/config.yaml.example"
|
| 6 |
|
| 7 |
# Bootstrap config.yaml if missing
|
|
@@ -13,4 +13,4 @@ fi
|
|
| 13 |
export PORT=7860
|
| 14 |
|
| 15 |
echo "[cursor2api] Starting on port 7860..."
|
| 16 |
-
exec node dist/index.js
|
|
|
|
| 1 |
#!/bin/sh
|
| 2 |
set -e
|
| 3 |
|
| 4 |
+
CONFIG_FILE="/app/config/config.yaml"
|
| 5 |
CONFIG_EXAMPLE="/app/config.yaml.example"
|
| 6 |
|
| 7 |
# Bootstrap config.yaml if missing
|
|
|
|
| 13 |
export PORT=7860
|
| 14 |
|
| 15 |
echo "[cursor2api] Starting on port 7860..."
|
| 16 |
+
exec node dist/index.js
|