From 72018a84b9c242295975b1569a228122393bc82f Mon Sep 17 00:00:00 2001 From: Yota Toyama Date: Fri, 23 Nov 2018 07:22:32 +0000 Subject: [PATCH] Refactor Dockerfile --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 6343411..03d9948 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,6 @@ FROM golang COPY . /go/src/github.com/raviqqe/liche -WORKDIR /go/src/github.com/raviqqe/liche -RUN CGO_ENABLED=0 GOOS=linux go get . +RUN CGO_ENABLED=0 GOOS=linux go get /go/src/github.com/raviqqe/liche FROM alpine RUN apk --no-cache add ca-certificates