Skip to content

Commit

Permalink
fix docker
Browse files Browse the repository at this point in the history
  • Loading branch information
Liuhaai committed Nov 21, 2024
1 parent 8407b36 commit d3bf379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gnark-server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM golang:1.23-alpine AS builder

WORKDIR /app
COPY . .
COPY ./gnark-server .
RUN go mod download
RUN CGO_ENABLED=0 go build -o /gnark-server ./cmd/main.go

Expand Down

0 comments on commit d3bf379

Please sign in to comment.