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

14 lines
215 B
Bash
Raw Normal View History

#!/usr/bin/env zsh
set -e;
source ~/.zshrc
echo "[init.sh] Start nginx."
sudo nginx
echo "[init.sh] Setting up local permissions."
sudo chown -R uxbox /home/uxbox/local
echo "[init.sh] Ready!"
tail -f /dev/null