We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7383d35 commit 87ba28cCopy full SHA for 87ba28c
1 file changed
Dockerfile
@@ -6,7 +6,7 @@ WORKDIR /app
6
7
COPY . .
8
9
-RUN CGO_ENABLED=0 GOOS=linux go build -o /jmap .
+RUN CGO_ENABLED=0 go build -o /jmap ./cmd/jmapd
10
11
FROM scratch
12
0 commit comments