diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 00000000..3e9881a3 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,3 @@ +FROM golang:onbuild +COPY config-example.json /usr/bin/config.json +