mirror of
https://github.com/linuxserver/docker-code-server.git
synced 2024-11-26 14:05:41 +01:00
7 lines
207 B
Plaintext
7 lines
207 B
Plaintext
|
#!/usr/bin/with-contenv bash
|
||
|
|
||
|
cd /opt/code-server || exit
|
||
|
|
||
|
exec \
|
||
|
s6-setuidgid abc /opt/code-server/code-server -H -P ${PASSWORD} -d /config/data -e /config/extensions --disable-telemetry /config/workplace
|