From d32eb9bd5e87e9bee653d952fd7684d31522f01f Mon Sep 17 00:00:00 2001 From: structix Date: Sun, 11 Oct 2020 11:58:52 +0200 Subject: [PATCH] Change Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1bc3079..b882f69 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,10 +9,10 @@ COPY . . # Install all the dependencies and build # Use the online repositories to build the goapi: -RUN go get -d -v ./... && go install -v ./... && go build -tags=jsoniter -o trikotwaschliste +#RUN go get -d -v ./... && go install -v ./... && go build -tags=jsoniter -o trikotwaschliste # # Use the vendor folder: -#RUN go build -mod vendor -tags=jsoniter -o trikotwaschliste +RUN go build -mod vendor -tags=jsoniter -o trikotwaschliste ENV GIN_MODE=release ENV LOG=*