mirror of
https://github.com/imartinez/privateGPT.git
synced 2025-09-27 15:44:13 +00:00
Build app target
This commit is contained in:
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:
|
||||||
|
Reference in New Issue
Block a user