We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 553c603 commit 9dc7a95Copy full SHA for 9dc7a95
Dockerfile
@@ -12,6 +12,6 @@ RUN go install ./...
12
13
FROM alpine
14
RUN apk add ca-certificates
15
-COPY --from=build-env /go/bin/* /usr/local/bin/*
+COPY --from=build-env /go/bin/ /usr/local/bin/
16
WORKDIR /workspace
17
ENTRYPOINT ["/usr/local/bin/graphik"]
0 commit comments