Skip to content

Commit 6898a4d

Browse files
authored
add dockerignore (dagster-io#26075)
## Summary & Motivation This lets us use the dagster repo as a docker context, without having to transfer a lot of cruft through docker that would then get ignored anyway ## How I Tested These Changes Ran a docker build locally with /code/dagster as the context, and verified that before this change the context was unmanegeable (several GB) and after it was basically immediate
1 parent 479bd62 commit 6898a4d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.dockerignore

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
.git/
2+
**/.tox/
3+
**/.yarn/
4+
**/__pycache__/
5+
**/*.egg-info/
6+
**/node_modules/
7+
**/*.pyc
8+
**/.next/
9+
**/venv/

0 commit comments

Comments
 (0)