blossom-cloudron/start.sh
Stixx 67bb3e944b
All checks were successful
Release to Gitea Container Registry / build_and_push (push) Successful in 12s
fix: startup script order fix
2024-11-05 17:17:56 +01:00

11 lines
276 B
Bash

#!/bin/bash
echo "==> Symlink the config.yml to the editable /app/data directory"
ln -s /app/config.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