Fix for 3235. Adds go.sum and go.mod to .dockerignore to avoid permission issues during docker build process. (#3236)

This commit is contained in:
orangelynx
2019-09-01 09:26:55 +02:00
committed by Miek Gieben
parent 37b9550d62
commit 5d9a3dbd33

View File

@@ -10,3 +10,5 @@ test/*
vendor/*
build/*
release/*
go.sum
go.mod