diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000000..7d5f10e354 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,7 @@ +FROM golang:1.14 + +RUN "git config --global url.ssh://git@github.com/.insteadOf https://github.com/" + +WORKDIR /watchtower + +COPY . .