webhook/.dockerignore
Nicolas Vanheuverzwijn f1c1110f20 docker: add Dockerfile and .dockerignore.
The Dockerfile produces a scratch image with a statically linked binary without debug flag.
2020-10-02 11:37:34 -04:00

7 lines
46 B
Plaintext

*
!go.mod
!go.sum
!*.go
!Makefile
!internal/*