added srcs/requirements/nginx/conf/ssl directory in makefile

This commit is contained in:
asus
2023-09-03 16:51:05 +02:00
parent dbf2e27d89
commit 80aa4b7f4a
2 changed files with 2 additions and 0 deletions

View File

@@ -45,6 +45,7 @@ build:
- if ! grep "127.0.0.1 $(WP_URL)" /etc/hosts 2> /dev/null; then \ - 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'; \ bash -c 'echo -e "\n# adding for inception (you can delete it)\n127.0.0.1 $(WP_URL)" >> /etc/hosts'; \
fi fi
mkdir -p ./srcs/requirements/nginx/conf/ssl
docker compose -f $(COMPOSE) build docker compose -f $(COMPOSE) build
up: up:

View File

@@ -31,6 +31,7 @@
- 14h30 - 14h30
- mise en place docker - mise en place docker
- 16h - 16h
- 1h30
- 16h30 - 16h30
- lancer le site - lancer le site