Spaces:
Paused
Paused
Update entrypoint.sh
Browse files- entrypoint.sh +2 -0
entrypoint.sh
CHANGED
|
@@ -6,5 +6,7 @@ sed -i 's X_TOKEN_URL '"$X_TOKEN_URL"' g' ./index.ts
|
|
| 6 |
sed -i 's X_CLI_URL '"$X_CLI_URL"' g' ./index.ts
|
| 7 |
sed -i 's X_WPAD_URL '"$X_WPAD_URL"' g' ./index.ts
|
| 8 |
|
|
|
|
|
|
|
| 9 |
npm i
|
| 10 |
npm run start
|
|
|
|
| 6 |
sed -i 's X_CLI_URL '"$X_CLI_URL"' g' ./index.ts
|
| 7 |
sed -i 's X_WPAD_URL '"$X_WPAD_URL"' g' ./index.ts
|
| 8 |
|
| 9 |
+
cat ./index.ts
|
| 10 |
+
|
| 11 |
npm i
|
| 12 |
npm run start
|