add stop-docker to stop make command (#13020)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
1155b08404
Коммит
cdb61db9c4
2
Makefile
2
Makefile
@@ -401,7 +401,7 @@ stop-client: ## Stops the webapp.
|
|||||||
|
|
||||||
cd $(BUILD_WEBAPP_DIR) && $(MAKE) stop
|
cd $(BUILD_WEBAPP_DIR) && $(MAKE) stop
|
||||||
|
|
||||||
stop: stop-server stop-client ## Stops server and client.
|
stop: stop-server stop-client stop-docker ## Stops server, client and the docker compose.
|
||||||
|
|
||||||
restart: restart-server restart-client ## Restarts the server and webapp.
|
restart: restart-server restart-client ## Restarts the server and webapp.
|
||||||
|
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user