1
0

Add a .dockerignore file

This file avoid sending unneeded data to the image build context.
This commit is contained in:
Nicolas Duchon 2018-06-01 10:36:54 +02:00 committed by GitHub
parent fb3830952c
commit ea284c8e1a
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

6
.dockerignore Normal file

@ -0,0 +1,6 @@
+.*
+go
+test
+LICENSE
+README.md
+schema.png