Skip to content
Snippets Groups Projects
Commit afd06e99 authored by aptalca's avatar aptalca
Browse files

fix workspace folder name

parent e10076e5
No related branches found
No related tags found
No related merge requests found
#!/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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment