Skip to content

Commit

Permalink
FIX pincer install permission
Browse files Browse the repository at this point in the history
  • Loading branch information
wabscale committed Nov 5, 2023
1 parent ebc2b90 commit 9884d34
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions theia-procdesign/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 9884d34

Please sign in to comment.