Files
Projectkiln/start.sh

3 lines
160 B
Bash
Executable File

sudo docker compose down
sudo PUID=$(id -u) PGID=$(id -g) docker compose up -d --build
git config --local credential.helper "store --file .git/.git-credentials"