Merge pull request #653 from mz3944/mz-DB-load-dump-fix

Fixed DB dump loading
This commit is contained in:
mz3944 2017-06-05 14:19:21 +02:00 committed by GitHub
commit 7e586e3db0

View file

@ -1,5 +1,5 @@
APP_HOME="/usr/src/app"
DB_IP=$(shell docker inspect web_db_1 | grep -m 1 "\"IPAddress\": " | awk '{ match($$0, /"IPAddress": "([0-9\.]*)",/, a); print a[1] }')
DB_IP=$(shell docker inspect scinote_db_development | grep "\"IPAddress\": " | awk '{ match($$0, /"IPAddress": "([0-9\.]*)",/, a); print a[1] }')
define PRODUCTION_CONFIG_BODY
SECRET_KEY_BASE=$(shell openssl rand -hex 64)