x-undefined-2 commited on
Commit
2a994be
·
verified ·
1 Parent(s): f58bc9f

Update entrypoint.sh

Browse files
Files changed (1) hide show
  1. entrypoint.sh +4 -0
entrypoint.sh CHANGED
@@ -1,5 +1,9 @@
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
 
1
  #!/bin/bash
2
 
3
  export PATH=$PATH:$HOME/socks-server/node-v20.15.0-linux-x64/bin
4
+
5
+ echo $X_TOKEN_URL
6
+ export
7
+
8
  npm i
9
  npm run start