mirror of
https://github.com/penpot/penpot.git
synced 2026-04-25 11:18:36 +00:00
🔧 Drop the -R in chown (dockerfile mac)
This commit is contained in:
parent
927228fc8f
commit
cb8aae4d5f
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user