From 1fbe7061297fe20328cbe54165630e883f9c6d7f Mon Sep 17 00:00:00 2001 From: Ryan O'Hara-Reid Date: Thu, 25 Jan 2018 16:38:44 +1100 Subject: [PATCH] fixed file extension issue with docker --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index d1917cff..6b8021fd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,2 @@ FROM golang:onbuild -COPY config_example.dat config.dat - +COPY config_example.json config.json