6 lines
152 B
Bash
6 lines
152 B
Bash
#!/bin/sh
|
|
|
|
RAILS_ENV='production' OTP_SECRET=precompile_placeholder SECRET_KEY_BASE=precompile_placeholder bundle exec rails assets:precompile
|
|
|
|
exit 0
|
|
|