mirror of
https://github.com/linuxserver/docker-code-server.git
synced 2024-11-22 12:05:41 +01:00
fix workspace folder name
This commit is contained in:
parent
e10076e55c
commit
afd06e9910
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/with-contenv bash
|
||||
|
||||
mkdir -p /config/{extensions,data,workplace,.ssh}
|
||||
mkdir -p /config/{extensions,data,workspace,.ssh}
|
||||
|
||||
# permissions
|
||||
chown -R abc:abc \
|
||||
|
@ -3,4 +3,4 @@
|
||||
cd /opt/code-server || exit
|
||||
|
||||
exec \
|
||||
s6-setuidgid abc /opt/code-server/code-server -H -P ${PASSWORD} -d /config/data -e /config/extensions --disable-telemetry /config/workplace
|
||||
s6-setuidgid abc /opt/code-server/code-server -H -P ${PASSWORD} -d /config/data -e /config/extensions --disable-telemetry /config/workspace
|
||||
|
Loading…
Reference in New Issue
Block a user