mirror of
https://github.com/penpot/penpot.git
synced 2025-06-23 08:36:59 +02:00
* ✨ Add minor changes to devenv for avoid repeated dependency download * ✨ Add minor changes to devenv for integrate payments service * ✨ Remove playwright deps install from circleci config * ✨ Move cargo_home to userspace on devenv start * ✨ Improve cache management on CI * ✨ Improve cargo installation * ✨ Add missing playwright install cmd on CI * ✨ Install cargo-watch on devenv --------- Co-authored-by: David Barragán Merino <david.barragan@kaleidos.net>
11 lines
241 B
Bash
Executable file
11 lines
241 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
cp /root/.bashrc /home/penpot/.bashrc
|
|
cp /root/.vimrc /home/penpot/.vimrc
|
|
cp /root/.tmux.conf /home/penpot/.tmux.conf
|
|
chown -R penpot:users /home/penpot
|
|
chown -R penpot:users /home/cargo;
|
|
|
|
set -e
|
|
nginx
|
|
tail -f /dev/null
|