Skip to content

Commit 6303417

Browse files
committed
feature: 构建双架构镜像
1 parent 4cbdad4 commit 6303417

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ runtime-docker-build:
119119

120120
.PHONY: backend-python-docker-build
121121
backend-python-docker-build:
122-
docker build -t datamate-backend-python:$(VERSION) . -f scripts/images/datamate-python/Dockerfile
122+
docker build -t datamate-backend-python:$(VERSION) . -f scripts/images/backend-python/Dockerfile
123123

124124
.PHONY: deer-flow-docker-build
125125
deer-flow-docker-build:

0 commit comments

Comments
 (0)