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 + diff --git a/web/Dockerfile b/web/Dockerfile new file mode 100644 index 00000000..2e7d9577 --- /dev/null +++ b/web/Dockerfile @@ -0,0 +1 @@ +FROM node-onbuild