Don't chown /config/mastodon/ to speed up init
This commit is contained in:
parent
99d12e3f4a
commit
eabd4e92e7
1 changed files with 1 additions and 2 deletions
|
@ -17,5 +17,4 @@ cd /app/www/ || exit 1
|
|||
|
||||
s6-setuidgid abc /usr/bin/bundle exec rails db:prepare
|
||||
|
||||
chown -R abc:abc \
|
||||
/config
|
||||
find /config -path /config/mastodon/public/system -prune -o -exec chown abc:abc {} +
|
||||
|
|
Loading…
Reference in a new issue