This commit is contained in:
@@ -23,6 +23,7 @@ ENV CGO_LDFLAGS "-static -w -s"
|
|||||||
|
|
||||||
RUN wget https://git.coadcorp.com/nathan/json2excel/archive/initial.zip && \
|
RUN wget https://git.coadcorp.com/nathan/json2excel/archive/initial.zip && \
|
||||||
unzip json2excel-initial.zip && \
|
unzip json2excel-initial.zip && \
|
||||||
|
rm json2excel-initial.zip && \
|
||||||
cd json2excel && \
|
cd json2excel && \
|
||||||
go mod download && \
|
go mod download && \
|
||||||
go build -o /json2excel cmd/main/main.go
|
go build -o /json2excel cmd/main/main.go
|
||||||
|
Reference in New Issue
Block a user