Skip to content

Commit

Permalink
fix: syntax error in go build command
Browse files Browse the repository at this point in the history
Signed-off-by: Kaan Yagci <kaan.yagci@makepad.fr>
  • Loading branch information
kaanyagci authored and deadprogram committed May 14, 2024
1 parent 85dc4c7 commit 2889527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ ENV GOPATH /go
COPY . /go/src/gocv.io/x/gocv/

WORKDIR /go/src/gocv.io/x/gocv
RUN go build -tags example -o /build/gocv_version -i ./cmd/version/
RUN go build -tags example -o /build/gocv_version ./cmd/version/

CMD ["/build/gocv_version"]

0 comments on commit 2889527

Please sign in to comment.