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 83103e4 commit 0671f3cCopy full SHA for 0671f3c
Dockerfile
@@ -0,0 +1,7 @@
1
+FROM golang:1.17.0-alpine AS builder
2
+
3
+WORKDIR /src
4
+COPY . .
5
6
+RUN go mod download && \
7
+ CGO_ENABLED=0 go build -ldflags="-s -w" -o "ios-signer-builder"
0 commit comments