Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
SpacesExamples/vscode
justest
/
vscode
like
3
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
15c36d3
vscode
/
start_server.sh
justest
Update start_server.sh
15c36d3
over 1 year ago
raw
Copy download link
history
blame
Safe
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 \"
${@}
\" --