Stixx
fd7fa3b734
All checks were successful
Release to Gitea Container Registry / build_and_push (push) Successful in 13s
8 lines
162 B
Bash
8 lines
162 B
Bash
#!/bin/bash
|
|
|
|
echo "==> Changing ownership"
|
|
chown -R cloudron:cloudron /app/data
|
|
|
|
echo "==> Starting Blossom"
|
|
exec /usr/local/bin/gosu cloudron:cloudron node /app
|