This commit is contained in:
Scott
2016-09-11 14:58:34 +10:00
2 changed files with 4 additions and 0 deletions

3
Dockerfile Normal file
View File

@@ -0,0 +1,3 @@
FROM golang:onbuild
COPY config-example.json /usr/bin/config.json

1
web/Dockerfile Normal file
View File

@@ -0,0 +1 @@
FROM node-onbuild