docker-code-server/root/etc/cont-init.d/30-config

9 lines
143 B
Plaintext
Raw Normal View History

2019-06-24 18:03:06 +00:00
#!/usr/bin/with-contenv bash
2019-06-24 19:15:27 +00:00
mkdir -p /config/{extensions,data,workspace,.ssh}
2019-06-24 18:03:06 +00:00
# permissions
chown -R abc:abc \
/opt/code-server \
/config