diff --git a/Dockerfile b/Dockerfile index dfb18a0..29effe1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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