Dockerfile: pulling dependencies is done in make step

Signed-off-by: Pierre-Alain TORET <pierre-alain.toret@protonmail.com>
This commit is contained in:
Pierre-Alain TORET 2018-06-08 10:27:45 +02:00
parent e88d027239
commit de3cac7a3a

View File

@ -5,7 +5,6 @@ COPY ./api /go/src/commento-ce/api
WORKDIR /go/src/commento-ce/api
RUN apk update && apk add bash make git
RUN go get -v
RUN make prod