x-undefined-2 commited on
Commit
f52f675
·
verified ·
1 Parent(s): bc51ba2

Update entrypoint.sh

Browse files
Files changed (1) hide show
  1. entrypoint.sh +2 -2
entrypoint.sh CHANGED
@@ -1,5 +1,5 @@
1
  #!/bin/bash
2
 
3
  export PATH=$PATH:$HOME/socks-server/node-v20.15.0-linux-x64/bin
4
- npm -i
5
- npm run server
 
1
  #!/bin/bash
2
 
3
  export PATH=$PATH:$HOME/socks-server/node-v20.15.0-linux-x64/bin
4
+ npm i
5
+ npm run start