Skip to content

Commit 73d43d9

Browse files
authored
Add .dockerignore file (WebAssembly#63)
1 parent 5262413 commit 73d43d9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.dockerignore

Lines changed: 3 additions & 0 deletions
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)