Skip to content

Commit d124113

Browse files
committed
update Dockerfile
1 parent e538874 commit d124113

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ RUN apt-get update && apt-get install -y --no-install-recommends clang
77
ENV CGO_ENABLED 1
88
ENV CXX clang++
99

10-
WORKDIR /work
10+
WORKDIR /go-zetasql
1111

1212
COPY ./go.* ./
1313
RUN go mod download
1414

1515
COPY . ./
1616

17-
RUN go install .
17+
RUN go install -buildmode=archive .

0 commit comments

Comments
 (0)