diff options
author | Tobias Henkel <tobias.henkel@bmw.de> | 2019-01-27 11:22:59 +0100 |
---|---|---|
committer | Tobias Henkel <tobias.henkel@bmw.de> | 2019-01-27 11:23:45 +0100 |
commit | e9c5c4edadd3d8b72fe0ee686de264fb49bf4418 (patch) | |
tree | f7288fe34e8547ea5f7ade5e84f2ea3f4e51cf10 | |
parent | f019543ce93f969e13c95f08092735cde221856e (diff) |
Add web/node_modules to dockerignore
This can contain much unneeded data slowing down local docker builds.
Change-Id: I377ffb827ac32412e7fdf629d85ef7063fea83cf
Notes
Notes (review):
Code-Review+2: Monty Taylor <mordred@inaugust.com>
Code-Review+2: Clint 'SpamapS' Byrum <clint@fewbar.com>
Workflow+1: Clint 'SpamapS' Byrum <clint@fewbar.com>
Verified+2: Zuul
Submitted-by: Zuul
Submitted-at: Mon, 04 Feb 2019 19:03:58 +0000
Reviewed-on: https://review.openstack.org/633402
Project: openstack-infra/zuul
Branch: refs/heads/master
-rw-r--r-- | .dockerignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.dockerignore b/.dockerignore index aff58c2..ce83b6d 100644 --- a/.dockerignore +++ b/.dockerignore | |||
@@ -1,3 +1,4 @@ | |||
1 | .mypy_cache | 1 | .mypy_cache |
2 | .stestr | 2 | .stestr |
3 | .tox | 3 | .tox |
4 | web/node_modules | ||