Avoid pulling in the local context when building the docker image (5360)

This commit is contained in:
Clinton Wolfe 2021-01-12 09:55:39 -05:00 committed by GitHub
commit 13c83ba5f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
.dockerignore Normal file
View file

@ -0,0 +1,2 @@
# We don't want/need anything from the local system, so ignore everything.
*