overwrite69 commited on
Commit
66ae96d
·
verified ·
1 Parent(s): 24b9dc9

Update entrypoint.sh

Browse files
Files changed (1) hide show
  1. 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