Weird commited on
Commit
3923501
·
1 Parent(s): 02de683

Update start_server.sh

Browse files
Files changed (1) hide show
  1. start_server.sh +1 -1
start_server.sh CHANGED
@@ -2,4 +2,4 @@
2
 
3
  echo "Starting VSCode Server..."
4
 
5
- exec /app/openvscode-server/bin/openvscode-server --host 0.0.0.0 --port 8000 --without-connection-token \"${@}\" --
 
2
 
3
  echo "Starting VSCode Server..."
4
 
5
+ exec /app/code-server/bin/code-server --host 0.0.0.0 --port 8080