From 5d9a3dbd333fc0325349fdfea69371b390ddd66f Mon Sep 17 00:00:00 2001 From: orangelynx Date: Sun, 1 Sep 2019 09:26:55 +0200 Subject: [PATCH] Fix for 3235. Adds go.sum and go.mod to .dockerignore to avoid permission issues during docker build process. (#3236) --- .dockerignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.dockerignore b/.dockerignore index 98e5cfe14..7dfc5a97e 100644 --- a/.dockerignore +++ b/.dockerignore @@ -10,3 +10,5 @@ test/* vendor/* build/* release/* +go.sum +go.mod