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