Duplicated from SpacesExamples/vscode
819ff17 15c36d3 819ff17 15c36d3
1
2
3
4
5
6
7
8
#!/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 \"${@}\" --