nyanya
commited on
Commit
•
1b398dc
1
Parent(s):
b1b613c
fix
Browse files- start_server.sh +1 -1
start_server.sh
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
|
3 |
ssh -o StrictHostKeyChecking=no -R nya:80:localhost:7860 tunne.link -p8043 &
|
4 |
|
5 |
-
serve . -l 8080 &
|
6 |
|
7 |
echo "Starting VSCode Server..."
|
8 |
/app/openvscode-server/bin/openvscode-server --host 0.0.0.0 --port 7860 --without-connection-token "${@}"
|
|
|
2 |
|
3 |
ssh -o StrictHostKeyChecking=no -R nya:80:localhost:7860 tunne.link -p8043 &
|
4 |
|
5 |
+
/app/.npm-global/bin/serve . -l 8080 &
|
6 |
|
7 |
echo "Starting VSCode Server..."
|
8 |
/app/openvscode-server/bin/openvscode-server --host 0.0.0.0 --port 7860 --without-connection-token "${@}"
|