From 80aa4b7f4a4403bf37da39376a1e64b2dbaa2eb1 Mon Sep 17 00:00:00 2001 From: asus Date: Sun, 3 Sep 2023 16:51:05 +0200 Subject: [PATCH] added srcs/requirements/nginx/conf/ssl directory in makefile --- Makefile | 1 + README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/Makefile b/Makefile index b962e90..116cc44 100644 --- a/Makefile +++ b/Makefile @@ -45,6 +45,7 @@ build: - if ! grep "127.0.0.1 $(WP_URL)" /etc/hosts 2> /dev/null; then \ bash -c 'echo -e "\n# adding for inception (you can delete it)\n127.0.0.1 $(WP_URL)" >> /etc/hosts'; \ fi + mkdir -p ./srcs/requirements/nginx/conf/ssl docker compose -f $(COMPOSE) build up: diff --git a/README.md b/README.md index 593c3b6..709df6a 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ - 14h30 - mise en place docker - 16h + - 1h30 - 16h30 - lancer le site