Commit 58633e2e authored by vicotor's avatar vicotor

update Makefile

parent 6bdab852
......@@ -16,3 +16,14 @@ docker:
docker build --no-cache -t token-bridge:latest -f ./Dockerfile .
docker tag token-bridge:latest token-bridge:$${TAG:-latest}
.PHONY: docker
start:
docker compose up -d
.PHONY: start
stop:
docker compose down
.PHONY: stop
clean:stop
sudo rm -rf .data
.PHONY: clean
\ No newline at end of file
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