Jeff Malnick 6 years ago
parent 39630101f8
commit 80c5c08fe1

@ -0,0 +1,7 @@
FROM golang:1.14
RUN "git config --global url.ssh://git@github.com/.insteadOf https://github.com/"
WORKDIR /watchtower
COPY . .
Loading…
Cancel
Save