🐛 Fix many issues on dev environment.

This commit is contained in:
Andrey Antukh
2020-09-07 13:38:17 +02:00
committed by Alonso Torres
parent a0627efffe
commit ab35716ba2
8 changed files with 33 additions and 31 deletions

12
docker/devenv/files/entrypoint.sh Normal file → Executable file
View File

@@ -1,5 +1,13 @@
#!/usr/bin/env zsh
#!/usr/bin/env bash
source /home/uxbox/.bashrc
source /home/uxbox/.zshrc
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 "$@"