mirror of https://github.com/hashicorp/boundary
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…
Reference in new issue