Skip to content

Commit c516dfb

Browse files
committed
feature: 优化镜像构建/部署
1 parent 95cfc80 commit c516dfb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,11 @@ deer-flow-docker-build:
9393
.PHONY: mineru-docker-build
9494
mineru-docker-build:
9595
docker build -t datamate-mineru:$(VERSION) . -f scripts/images/mineru/Dockerfile
96+
97+
.PHONY: backend-python-docker-build
98+
backend-python-docker-build:
99+
docker build -t datamate-backend-python:$(VERSION) . -f scripts/images/datamate-python/Dockerfile
100+
96101
.PHONY: backend-docker-install
97102
backend-docker-install:
98103
cd deployment/docker/datamate && docker compose up -d backend

0 commit comments

Comments
 (0)