From 270e115c656d5a0d14bfff914da17c2270f4431d Mon Sep 17 00:00:00 2001 From: nathan Date: Fri, 10 Feb 2023 15:28:27 +1100 Subject: [PATCH] Update 'Dockerfile' --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 44a9c51..78f375a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,8 +22,8 @@ WORKDIR /src ENV CGO_LDFLAGS "-static -w -s" RUN wget https://git.coadcorp.com/nathan/json2excel/archive/initial.zip && \ - unzip json2excel-initial.zip && \ - rm json2excel-initial.zip && \ + unzip initial.zip && \ + rm initial.zip && \ cd json2excel && \ go mod download && \ go build -o /json2excel cmd/main/main.go