mirror of
https://github.com/zylon-ai/private-gpt.git
synced 2025-12-22 20:12:55 +01:00
Fix image build
This commit is contained in:
parent
0cc64ca42e
commit
e06a05e8fe
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -84,7 +84,7 @@ list:
|
|||
|
||||
.PHONY: build-image
|
||||
build-image:
|
||||
docker build -t $(IMAGE_NAME):latest .
|
||||
docker build -t $(IMAGE_NAME):latest -f Dockerfile.external .
|
||||
|
||||
.PHONY: push-image
|
||||
push-image:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue