added srcs/requirements/nginx/conf/ssl directory in makefile
This commit is contained in:
1
Makefile
1
Makefile
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user