webhook-freedns/Dockerfile
2019-04-15 15:23:59 +01:00

8 lines
72 B
Docker

FROM golang:1.12.1
COPY . /workspace
WORKDIR /workspace
RUN go build