ayaports/user/mastodon/mastodon.post-install

7 lines
152 B
Text
Raw Normal View History

2022-11-05 03:54:06 +00:00
#!/bin/sh
RAILS_ENV='production' OTP_SECRET=precompile_placeholder SECRET_KEY_BASE=precompile_placeholder bundle exec rails assets:precompile
exit 0
2021-06-04 15:24:22 +00:00