mirror of
https://github.com/linuxserver/docker-code-server
synced 2025-06-26 18:27:40 +00:00
Initial commit
This commit is contained in:
8
root/etc/cont-init.d/30-config
Normal file
8
root/etc/cont-init.d/30-config
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/with-contenv bash
|
||||
|
||||
mkdir -p /config/{extensions,data,workplace,.ssh}
|
||||
|
||||
# permissions
|
||||
chown -R abc:abc \
|
||||
/opt/code-server \
|
||||
/config
|
||||
Reference in New Issue
Block a user