♻️ Refactor docker devenv and image building.

This commit is contained in:
Andrey Antukh 2020-12-02 09:39:39 +01:00 committed by Hirunatan
parent f37a85fd82
commit 7f1a436f30
17 changed files with 234 additions and 217 deletions

View file

@ -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;