vscode / start_server.sh
justest's picture
Update start_server.sh
714a8e3
raw
history blame
321 Bytes
#!/bin/bash
commit=$(cat /app/openvscode-server/product.json | awk '/commit/{print $4;exit}' FS='[""]')
sed -i "s/#commit#/$commit/" nginx.conf
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 \"${@}\" --