blossom-cloudron/start.sh
Stixx f121c2d6a7
All checks were successful
Release to Gitea Container Registry / build_and_push (push) Successful in 13s
chore: config in start.sh
2024-11-06 17:07:58 +01:00

11 lines
229 B
Bash

#!/bin/bash
echo "==> Copy config"
cp config.example.yml /app/data/config.yml
echo "==> Changing ownership"
chown -R cloudron:cloudron /app/data
echo "==> Starting Blossom"
exec /usr/local/bin/gosu cloudron:cloudron node /app