diff --git a/Dockerfile b/Dockerfile index 0e5784f8..d55ff60b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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" ]