diff --git a/theia-procdesign/Dockerfile b/theia-procdesign/Dockerfile index a2408f6..a9faf4f 100644 --- a/theia-procdesign/Dockerfile +++ b/theia-procdesign/Dockerfile @@ -64,4 +64,8 @@ RUN set -ex; \ -exec 'rm' '-rf' '{}' '+'; \ chown -R ${USER}:${USER} /home/anubis +RUN set -exu; \ + chown -R ${USER}:${USER} /opt/code-server; \ + chmod +w -R /opt/code-server + USER anubis