mirror of
https://github.com/imartinez/privateGPT.git
synced 2025-08-10 11:52:10 +00:00
Build app target
This commit is contained in:
parent
e06a05e8fe
commit
c922272e15
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…
Reference in New Issue
Block a user