Update Docker config

This commit is contained in:
Matt-Yorkley
2019-07-02 20:36:21 +01:00
parent b685e0d3a7
commit 2eb8121644

View File

@@ -25,6 +25,7 @@ services:
environment:
ADMIN_EMAIL: ofn@example.com
ADMIN_PASSWORD: ofn123
OFN_DB_HOST: db
command: >
bash -c "(bundle check || bundle install) &&
wait-for-it -t 30 db:5432 &&