mirror of
https://github.com/penpot/penpot.git
synced 2025-08-03 23:38:30 +02:00
♻️ Refactor docker devenv and image building.
This commit is contained in:
parent
f37a85fd82
commit
7f1a436f30
17 changed files with 234 additions and 217 deletions
|
@ -1,5 +1,12 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
sudo cp /root/.bashrc /home/penpot/.bashrc
|
||||
sudo cp /root/.vimrc /home/penpot/.vimrc
|
||||
sudo cp /root/.tmux.conf /home/penpot/.tmux.conf
|
||||
|
||||
source /home/penpot/.bashrc
|
||||
sudo chown penpot:users /home/penpot
|
||||
|
||||
cd ~;
|
||||
|
||||
set -e;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue