Fix docker build

This commit is contained in:
Anna Rose 2020-05-12 04:21:57 +00:00
parent 0cdafa2104
commit c1594e73f4

View File

@ -8,7 +8,7 @@ FROM golang:1.14 AS build
WORKDIR /src
COPY . /src/
RUN make
RUN make build
FROM scratch