We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56dc662 commit 6e1c807Copy full SHA for 6e1c807
Dockerfile
@@ -12,6 +12,9 @@ RUN java -cp /openapi/bin/openapi-native-mock-server.jar:/openapi/bin/openapi-ge
12
FROM golang:1.22-alpine3.19
13
COPY --from=0 /openapi/go-server ./go-server
14
15
+WORKDIR /go/go-server
16
+RUN go mod tidy
17
+
18
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o /build .
19
20
# stage 2: build minimal image
0 commit comments