Skip to content

Commit c4f140f

Browse files
committed
remove context from make command for now
1 parent b25aef4 commit c4f140f

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

docker/Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ build-process-version:
5959
--build-arg BASE=$(BASE) \
6060
--build-arg BASE_VERSION=$(VERSION) \
6161
--file $(PROCESS)/Dockerfile \
62-
--context $(PROCESS) \
6362
-t $(REPO_NAME)/$(PROCESS):$(VERSION) \
6463
$(PROCESS)
6564

@@ -74,7 +73,6 @@ build-push-process-version:
7473
--build-arg BASE=$(BASE) \
7574
--build-arg BASE_VERSION=$(VERSION) \
7675
--file $(PROCESS)/Dockerfile \
77-
--context $(PROCESS) \
7876
-t $(REPO_NAME)/$(PROCESS):$(VERSION) \
7977
--push \
8078
$(PROCESS)

0 commit comments

Comments
 (0)