Add .dockerignore
This explicitly defines included/copied files, to reduce the context being sent to the Docker daemon initially.
This commit is contained in:
parent
61d2112e71
commit
200aabb63c
|
@ -0,0 +1,6 @@
|
||||||
|
*
|
||||||
|
!LICENSE
|
||||||
|
!Setup.hs
|
||||||
|
!ShellCheck.cabal
|
||||||
|
!shellcheck.hs
|
||||||
|
!src
|
Loading…
Reference in New Issue