config file + watcher

This commit is contained in:
2020-11-21 12:01:43 +01:00
parent 8fbc594883
commit a2b67cd2b6
10 changed files with 515 additions and 107 deletions

8
Dockerfile Normal file
View File

@ -0,0 +1,8 @@
FROM golang:alpine
WORKDIR /go/go.adphi.net/go-repo
COPY go.mod .
RUN go mod download