blossom-cloudron/start.sh

11 lines
229 B
Bash
Raw Normal View History

#!/bin/bash
2024-11-05 16:17:56 +00:00
echo "==> Changing ownership"
chown -R cloudron:cloudron /app/data
2024-11-06 14:19:26 +00:00
echo "==> Copy config"
cp config.example.yml /app/data/config.yml
2024-11-05 11:35:03 +00:00
echo "==> Starting Blossom"
exec /usr/local/bin/gosu cloudron:cloudron node /app