mirror of
https://github.com/linuxserver/docker-code-server.git
synced 2024-11-22 20:15:41 +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
|