Commit 19306cab authored by vicotor's avatar vicotor

update

parent 90ef8b38
......@@ -20,6 +20,10 @@ stop:
docker compose down layer1 layer2
.PHONY: stop
clean:
stop-all:
@docker compose down
.PHONY: stop-all
clean: stop-all
sudo rm -rf data deployer
.PHONY: clean
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment