Skip to content

Commit

Permalink
chore(Makefile): Заменить команду "docker-down" на "docker-down-clear"
Browse files Browse the repository at this point in the history
  • Loading branch information
kaivladimirv committed Sep 10, 2024
1 parent 1ab24c8 commit ab894eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export WWWGROUP := $(shell id -g)

init: init-env docker-down docker-build docker-up composer-install project-init run-queue-workers
init: init-env docker-down-clear docker-build docker-up composer-install project-init run-queue-workers
up: docker-up run-queue-workers
down: docker-down
restart: down up
Expand Down

0 comments on commit ab894eb

Please sign in to comment.