Build app target

This commit is contained in:
Yevhenii Semendiak 2024-04-29 11:54:45 +03:00
parent e06a05e8fe
commit c922272e15

View File

@ -84,7 +84,7 @@ list:
.PHONY: 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
push-image: