x-undefined-2 commited on
Commit
95d8f2d
·
verified ·
1 Parent(s): 3ff47c6

Update entrypoint.sh

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