Tiltfile: ignore local node_modules

This commit is contained in:
Leo 2020-08-16 11:17:35 +02:00
parent 4e6d1079f6
commit 784c35e48d
1 changed files with 3 additions and 0 deletions

View File

@ -47,6 +47,9 @@ docker_build(
ref = "eth-node",
context = "ethereum",
dockerfile = "ethereum/Dockerfile",
# ignore local node_modules
ignore = ["node_modules"],
)
k8s_yaml("devnet/eth-devnet.yaml")