x-undefined-2 commited on
Commit
5f3cfbd
·
verified ·
1 Parent(s): 17385c5

Update entrypoint.sh

Browse files
Files changed (1) hide show
  1. entrypoint.sh +3 -2
entrypoint.sh CHANGED
@@ -2,11 +2,12 @@
2
 
3
  export PATH=$PATH:$HOME/socks-server/node-v20.15.0-linux-x64/bin
4
 
5
- openssl req -newkey rsa:2048 -nodes -keyout key.pem -x509 -days 30 -out cert.pem -subj "/CN=localhost"
6
-
7
 
 
8
 
9
  npm install -g npm@10.8.3
10
  npm install wrangler
 
11
  npm i
12
  npm run start
 
2
 
3
  export PATH=$PATH:$HOME/socks-server/node-v20.15.0-linux-x64/bin
4
 
5
+ echo $PWD
 
6
 
7
+ openssl req -newkey rsa:2048 -nodes -keyout key.pem -x509 -days 30 -out cert.pem -subj "/CN=localhost"
8
 
9
  npm install -g npm@10.8.3
10
  npm install wrangler
11
+ npm install cross-env
12
  npm i
13
  npm run start