Stixx
2cc532ea29
All checks were successful
Release to Gitea Container Registry / build_and_push (push) Successful in 2m56s
8 lines
161 B
Bash
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
|