bill-server-go/Makefile

13 lines
207 B
Makefile
Raw Normal View History

2023-05-05 20:27:33 +08:00
.PHONY: start
start:
docker-compose up -d --build
.PHONY: stop
stop:
docker-compose rm -v --force --stop
docker image rm docker-mariadb-clean-arch:latest
.PHONY: test
test:
sh ./scripts/e2e-testing.sh