Skip to content

Commit

Permalink
Merge pull request #3 from go-vela/binary_path
Browse files Browse the repository at this point in the history
Fix binary path for Docker image
  • Loading branch information
Neal authored Nov 5, 2019
2 parents f384ff7 + 5a4bebe commit 949f8aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ FROM alpine:latest

RUN apk add --update --no-cache ca-certificates git

COPY release/git-plugin /bin/git-plugin
COPY release/vela-git /bin/vela-git

ENTRYPOINT [ "/bin/git-plugin" ]
ENTRYPOINT [ "/bin/vela-git" ]

0 comments on commit 949f8aa

Please sign in to comment.