2019-06-24 14:03:06 -04:00
|
|
|
#!/usr/bin/with-contenv bash
|
|
|
|
|
|
|
|
cd /opt/code-server || exit
|
|
|
|
|
|
|
|
exec \
|
2019-06-24 15:15:27 -04:00
|
|
|
s6-setuidgid abc /opt/code-server/code-server -H -P ${PASSWORD} -d /config/data -e /config/extensions --disable-telemetry /config/workspace
|