From 3aaf9c9c68548ba97a1d5b88facb1cae23cbe1a6 Mon Sep 17 00:00:00 2001 From: Thomas Nguy <81727899+thomas-nguy@users.noreply.github.com> Date: Fri, 6 Jan 2023 16:47:02 +0900 Subject: [PATCH] Problem: the command make e2e_build_images fails #190 (fixes #188) Solution: use root as context --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 60bd039ab..ebd12ab12 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ e2e_build_images: @docker build -t gravity:prebuilt -f module/Dockerfile module/ - @docker build -t ethereum:prebuilt -f integration_tests/ethereum/Dockerfile integration_tests/ethereum/ + @docker build -t ethereum:prebuilt -f integration_tests/ethereum/Dockerfile . @docker build -t orchestrator:prebuilt -f orchestrator/Dockerfile orchestrator/