mirror of
https://github.com/linuxserver/docker-code-server.git
synced 2024-11-23 04:25:40 +01:00
9 lines
143 B
Plaintext
9 lines
143 B
Plaintext
|
#!/usr/bin/with-contenv bash
|
||
|
|
||
|
mkdir -p /config/{extensions,data,workplace,.ssh}
|
||
|
|
||
|
# permissions
|
||
|
chown -R abc:abc \
|
||
|
/opt/code-server \
|
||
|
/config
|