Skip to content

Commit

Permalink
fix dockerfile bin location
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewbenington committed Aug 4, 2023
1 parent d1a3c53 commit 7885cef
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 @@ -6,6 +6,6 @@ RUN apk add --update --no-cache ca-certificates

COPY --from=k6-image /usr/bin/k6 /usr/bin/k6

COPY vela-k6 /bin/vela-k6
COPY release/vela-k6 /bin/vela-k6

ENTRYPOINT ["/bin/vela-k6"]

0 comments on commit 7885cef

Please sign in to comment.