Use copy instead of git clone

This commit is contained in:
Glenn Y. Rolland 2018-11-23 16:33:42 +01:00
parent 64cf0d9db5
commit 217b2d378c

View file

@ -1,6 +1,7 @@
FROM golang:1.11 AS build
RUN git clone https://github.com/glenux/trello2mail /app
# git clone https://github.com/glenux/trello2mail /app
COPY . /app
WORKDIR /app
RUN CGO_ENABLED=0 go build -v ./...