Add script to install mandatory config files from their .sample version.
This commit is contained in:
parent
6713db7133
commit
43ce16a6dc
|
@ -0,0 +1,7 @@
|
|||
#!/bin/sh
|
||||
# This script installs the required example config files before buildpack compilation.
|
||||
|
||||
set -ex
|
||||
|
||||
cp config/database.yml.production-sample config/database.yml
|
||||
cp config/redis.yml.sample config/redis.yml
|
Loading…
Reference in New Issue