Skip to content

Commit

Permalink
Corrected path in Dockerfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjward committed Jun 8, 2023
1 parent b29359c commit a857ae0
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 @@ -13,7 +13,7 @@ WORKDIR ${GOPATH}/src/github.com/${ORG}/${REPO}

COPY . .

RUN CGO_ENABLED=0 go build ./cmd/merge-gatekeeper \
RUN CGO_ENABLED=0 go build . \
&& mv merge-gatekeeper /go/bin/

ENTRYPOINT ["/go/bin/merge-gatekeeper"]

0 comments on commit a857ae0

Please sign in to comment.