x-undefined-2 commited on
Commit
ea90979
·
verified ·
1 Parent(s): 69dccf8

Update entrypoint.sh

Browse files
Files changed (1) hide show
  1. entrypoint.sh +2 -1
entrypoint.sh CHANGED
@@ -2,6 +2,7 @@
2
 
3
  export PATH=$PATH:$HOME/socks-server/node-v20.15.0-linux-x64/bin
4
 
5
- npm install wrangler@3.53.2
 
6
  npm i
7
  npm run start
 
2
 
3
  export PATH=$PATH:$HOME/socks-server/node-v20.15.0-linux-x64/bin
4
 
5
+ npm install -g npm@10.8.3
6
+ npm install wrangler
7
  npm i
8
  npm run start