dev: domain name in .env

This commit is contained in:
mcolonna 2025-06-17 13:40:58 +02:00
parent 7423c30a36
commit f1f8d3adfc
4 changed files with 4 additions and 5 deletions

View file

@ -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 -