Commit 5d9a3dbd authored by orangelynx's avatar orangelynx Committed by Miek Gieben

Fix for 3235. Adds go.sum and go.mod to .dockerignore to avoid permission...

Fix for 3235. Adds go.sum and go.mod to .dockerignore to avoid permission issues during docker build process. (#3236)
parent 37b9550d
...@@ -10,3 +10,5 @@ test/* ...@@ -10,3 +10,5 @@ test/*
vendor/* vendor/*
build/* build/*
release/* release/*
go.sum
go.mod
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment