Add .dockerignore
We should ignore the data directory because that directory can get quite large and makes for annoying rebuilds since it has to send all of that data over to the daemon, and we don't care about that Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
2
.dockerignore
Normal file
2
.dockerignore
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
# Ignore data directory because it can get quite large
|
||||||
|
data/
|
||||||
Reference in New Issue
Block a user