Change app created flag
This commit is contained in:
parent
0b052072ad
commit
cc4befa689
|
|
@ -8,7 +8,7 @@ fresh_container() {
|
|||
}
|
||||
|
||||
app_present() {
|
||||
[ -f /app/config/database.yml ]
|
||||
[ -f /app/config.ru ]
|
||||
}
|
||||
|
||||
gems_up_to_date() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue