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