Skip to content

Commit

Permalink
chore: add conform binary to /bin (#95)
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Rynhard <[email protected]>
  • Loading branch information
andrewrynhard authored Jan 13, 2019
1 parent fd41a2f commit eb6cc6d
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 @@ -33,5 +33,5 @@ RUN chmod +x ./hack/test.sh
RUN ./hack/test.sh --all

FROM alpine:3.8 AS image
COPY --from=build /conform-linux-amd64 /conform
ENTRYPOINT [ "/conform" ]
COPY --from=build /conform-linux-amd64 /bin/conform
ENTRYPOINT [ "conform" ]

0 comments on commit eb6cc6d

Please sign in to comment.