vscode / start_server.sh
justest's picture
Update start_server.sh
15c36d3
raw
history blame
189 Bytes
#!/bin/bash
nginx -c $PWD/nginx.conf
echo "Starting VSCode Server..."
exec /app/openvscode-server/bin/openvscode-server --host 0.0.0.0 --port 5050 --without-connection-token \"${@}\" --