We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6b5fc3 commit c287334Copy full SHA for c287334
src/.make/project.mk
@@ -11,10 +11,9 @@ help::
11
@printf "$(GREEN) stop $(NC) Stops all containers\n"
12
@printf "$(GREEN) restart $(NC) Stops and runs again all containers\n"
13
@printf "$(GREEN) logs $(NC) Show containers logs\n"
14
- @printf "$(GREEN) bash $(NC) Show containers logs\n\n\n"
15
- @printf "$(GREEN) NGINX_SERVER_CONFIG_FILE: $(NGINX_SERVER_CONFIG_FILE)\n"
+ @printf "$(GREEN) bash $(NC) Show containers logs\n"
16
17
-.env.local .env.${ENV} .env.${ENV}.local:
+.env .env.local .env.${ENV} .env.${ENV}.local:
18
cp .env.dist $@
19
20
.PHONY: init
0 commit comments