1 2 3 4 5 6 7
FROM scratch ARG TARGETPLATFORM ENTRYPOINT ["/usr/bin/checkmy"] COPY $TARGETPLATFORM/checkmy /usr/bin/