0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-14 11:09:04 -05:00
penpot/docker/devenv/files/entrypoint.sh
2020-11-11 11:04:10 +01:00

12 lines
239 B
Bash
Executable file

#!/usr/bin/env bash
set -e
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
exec "$@"