Skip to content

Commit

Permalink
Problem: the command make e2e_build_images fails #190 (fixes #188)
Browse files Browse the repository at this point in the history
Solution: use root as context
  • Loading branch information
thomas-nguy authored Jan 6, 2023
1 parent 912c499 commit 3aaf9c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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/


Expand Down

0 comments on commit 3aaf9c9

Please sign in to comment.