Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Commit

Permalink
fix: add --no-cache on docker build, exclude build-directory
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpfeifhofer committed Jul 28, 2021
1 parent 9623f64 commit 6d52409
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
# localnet-setup
localnet-setup
localnet-setup

# build
build
2 changes: 1 addition & 1 deletion networks/local/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
all:
docker build --tag ethermintd/node ../.. -f ethermintnode/Dockerfile
docker build --no-cache --tag ethermintd/node ../.. -f ethermintnode/Dockerfile

.PHONY: all

0 comments on commit 6d52409

Please sign in to comment.