fix: docker compose

This commit is contained in:
clz 2023-06-10 18:46:48 +08:00
parent b15efe6790
commit 3391c3fc0a

View File

@ -1,11 +1,11 @@
.PHONY: start
start:
docker-compose up -d --build
docker compose up -d --build
.PHONY: stop
stop:
docker-compose rm -v --force --stop
docker image rm docker-mariadb-clean-arch:latest
docker compose rm -v --force --stop
docker image rm bill-server:latest
.PHONY: test
test: