We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cbdad4 commit 6303417Copy full SHA for 6303417
Makefile
@@ -119,7 +119,7 @@ runtime-docker-build:
119
120
.PHONY: backend-python-docker-build
121
backend-python-docker-build:
122
- docker build -t datamate-backend-python:$(VERSION) . -f scripts/images/datamate-python/Dockerfile
+ docker build -t datamate-backend-python:$(VERSION) . -f scripts/images/backend-python/Dockerfile
123
124
.PHONY: deer-flow-docker-build
125
deer-flow-docker-build:
scripts/images/datamate-python/Dockerfile scripts/images/backend-python/Dockerfilescripts/images/datamate-python/Dockerfile renamed to scripts/images/backend-python/Dockerfile
0 commit comments