Skip to content

Commit 73d43d9

Browse files
authoredOct 11, 2019
Add .dockerignore file (#63)
1 parent 5262413 commit 73d43d9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎.dockerignore

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# We don't need any files to for build image.
2+
# Without this `docker build` will everything in this directory.
3+
*

0 commit comments

Comments
 (0)
Please sign in to comment.