mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
🐛 Fix many issues on dev environment.
This commit is contained in:
committed by
Alonso Torres
parent
a0627efffe
commit
ab35716ba2
12
docker/devenv/files/entrypoint.sh
Normal file → Executable file
12
docker/devenv/files/entrypoint.sh
Normal file → Executable 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 "$@"
|
||||
|
||||
Reference in New Issue
Block a user