summarylogtreecommitdiffstats
path: root/theia
blob: 030b29b8016a3cec7646e1bae123ec466fac009b (plain)
1
2
3
#!/usr/bin/env bash
cd /opt/theia
exec node /opt/theia/src-gen/backend/main.js --plugins=local-dir:/opt/theia/plugins/ --hostname=127.0.0.1 "$@"