mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-08 16:40:16 +08:00
Merge pull request #653 from mz3944/mz-DB-load-dump-fix
Fixed DB dump loading
This commit is contained in:
commit
7e586e3db0
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -1,5 +1,5 @@
|
||||||
APP_HOME="/usr/src/app"
|
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
|
define PRODUCTION_CONFIG_BODY
|
||||||
SECRET_KEY_BASE=$(shell openssl rand -hex 64)
|
SECRET_KEY_BASE=$(shell openssl rand -hex 64)
|
||||||
|
|
Loading…
Reference in a new issue