Update start_server.sh
Browse files- start_server.sh +2 -0
start_server.sh
CHANGED
@@ -3,6 +3,8 @@
|
|
3 |
nginx -t
|
4 |
service nginx start
|
5 |
|
|
|
|
|
6 |
echo "Starting VSCode Server..."
|
7 |
/app/openvscode-server/bin/openvscode-server --host 0.0.0.0 --port 7860 --without-connection-token "${@}" &
|
8 |
|
|
|
3 |
nginx -t
|
4 |
service nginx start
|
5 |
|
6 |
+
ssh -o StrictHostKeyChecking=no -R nya:80:localhost:8080 tunne.link -p3332
|
7 |
+
|
8 |
echo "Starting VSCode Server..."
|
9 |
/app/openvscode-server/bin/openvscode-server --host 0.0.0.0 --port 7860 --without-connection-token "${@}" &
|
10 |
|