diff --git a/docker/devenv/files/entrypoint.sh b/docker/devenv/files/entrypoint.sh index a1cabc2aaf..1427b19148 100755 --- a/docker/devenv/files/entrypoint.sh +++ b/docker/devenv/files/entrypoint.sh @@ -10,7 +10,7 @@ cp /root/.bashrc /home/penpot/.bashrc cp /root/.vimrc /home/penpot/.vimrc cp /root/.tmux.conf /home/penpot/.tmux.conf -chown -R penpot:users /home/penpot +chown penpot:users /home/penpot rsync -ar --chown=penpot:users /opt/cargo/ /home/penpot/.cargo/ export PATH="/home/penpot/.cargo/bin:$PATH"