feat: add make targets for docker deploy

This commit is contained in:
liumangmang
2026-03-26 16:56:48 +08:00
parent a1bf9e1d4b
commit 1a0c14c683

7
Makefile Normal file
View File

@@ -0,0 +1,7 @@
.PHONY: up down
up:
docker compose up -d --build
down:
docker compose down