Fix image build

This commit is contained in:
Yevhenii Semendiak 2024-04-29 11:51:13 +03:00
parent 0cc64ca42e
commit e06a05e8fe

View File

@ -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: