diff --git a/Makefile b/Makefile index b3567eb9f..8eb91248f 100644 --- a/Makefile +++ b/Makefile @@ -86,6 +86,9 @@ install: go.sum build: go.sum go build $(BUILD_FLAGS) -o build/dymd ./cmd/dymd +docker-build-e2e: + @DOCKER_BUILDKIT=1 docker build -t ghcr.io/dymensionxyz/dymension:e2e -f Dockerfile . + ############################################################################### ### E2E tests ### ############################################################################### diff --git a/e2e/README.md b/e2e/README.md index d5aabea4d..9b7980d05 100644 --- a/e2e/README.md +++ b/e2e/README.md @@ -3,7 +3,7 @@ Make sure you have Docker installed. For testing in local machine you need 2 ste 1. Build a debug image with your code change ```bash -make docker-build-debug +make docker-build-e2e ``` 2. Run Test-case you want to test. Example: ```bash