Add .dockerignore file (#63)

pch/debian_dep
Sam Clegg 6 years ago committed by GitHub
parent 5262413103
commit 73d43d9c46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,3 @@
# We don't need any files to for build image.
# Without this `docker build` will everything in this directory.
*
Loading…
Cancel
Save