blossom-cloudron/start.sh
Stixx 16605c2a79
All checks were successful
Release to Gitea Container Registry / build_and_push (push) Successful in 13s
fix: config symlink
2024-11-05 17:24:10 +01:00

11 lines
276 B
Bash

#!/bin/bash
echo "==> Symlink the config.yml to the editable /app/data directory"
ln -s /app/data/config.yml /app/config.yml
echo "==> Changing ownership"
chown -R cloudron:cloudron /app/data
echo "==> Starting Blossom"
exec /usr/local/bin/gosu cloudron:cloudron node /app