dev: domain name in .env
This commit is contained in:
parent
7423c30a36
commit
f1f8d3adfc
4 changed files with 4 additions and 5 deletions
4
Makefile
4
Makefile
|
|
@ -3,7 +3,7 @@ BUILD_PATH=__build/
|
|||
DOCKER=docker
|
||||
MKTEMP=mktemp
|
||||
|
||||
DOMAIN=mcolonna.42.fr
|
||||
include .env
|
||||
|
||||
SRC_COMPOSE=srcs/
|
||||
SRC_WWW_MORE=srcs/www/
|
||||
|
|
@ -31,7 +31,7 @@ run : $(CERT_PATH_FILES)
|
|||
|
||||
echoo "Running '$(SRC_COMPOSE)'..."
|
||||
cd -- $(SRC_COMPOSE)
|
||||
$(DOCKER) compose up --build
|
||||
DATABASE_PWD="$(DATABASE_PWD)" $(DOCKER) compose up --build
|
||||
cd -
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue