mirror of
https://github.com/linuxserver/docker-code-server
synced 2025-02-02 19:15:33 +00: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
|