mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-06 13:14:29 +08:00
Fixed DB dump loading (wasn't changed when docker composing was changed).
This commit is contained in:
parent
6b8c8deb16
commit
33252e6f3e
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…
Add table
Reference in a new issue