mirror of
https://github.com/penpot/penpot.git
synced 2025-07-13 16:57:15 +02:00
🔧 Drop the -R in chown (dockerfile mac)
This commit is contained in:
parent
927228fc8f
commit
cb8aae4d5f
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue