0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-09 08:38:15 -05:00
penpot/docker/devenv/files/entrypoint.sh

14 lines
235 B
Bash
Raw Normal View History

#!/usr/bin/env bash
source /home/uxbox/.bashrc
2019-07-03 17:49:15 +02:00
set -ex
sudo cp /root/.bashrc /home/uxbox/.bashrc
sudo cp /root/.vimrc /home/uxbox/.vimrc
sudo cp /root/.tmux.conf /home/uxbox/.tmux.conf
sudo chown uxbox:users /home/uxbox
exec "$@"