blossom-cloudron/start.sh
Stixx 2cc532ea29
All checks were successful
Release to Gitea Container Registry / build_and_push (push) Successful in 2m56s
fix: removing blossom source code from the repo
2024-11-05 12:04:03 +01:00

8 lines
161 B
Bash

#!/bin/bash
echo "==> Changing ownership"
chown -R cloudron:cloudron /app/data
echo "==> Starting strfry"
exec /usr/local/bin/gosu cloudron:cloudron node /app