Skip to content

Commit

Permalink
update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
goccy committed Dec 10, 2023
1 parent e538874 commit d124113
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ RUN apt-get update && apt-get install -y --no-install-recommends clang
ENV CGO_ENABLED 1
ENV CXX clang++

WORKDIR /work
WORKDIR /go-zetasql

COPY ./go.* ./
RUN go mod download

COPY . ./

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

0 comments on commit d124113

Please sign in to comment.