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