might work now

This commit is contained in:
2019-12-09 01:15:23 -08:00
parent c7b081f5b9
commit 72a9dc7d78
11 changed files with 159 additions and 20 deletions

View File

@@ -8,4 +8,7 @@ done
echo "streaming starting..."
cd /mastodon/app
exec envdir /state/envdir chpst -u mastodon:mastodon bash -c "npm run start"
exec \
envdir /state/envdir \
chpst -u mastodon:mastodon \
bash -i -c "npm run start"