FROM scratch
COPY imageflow_tool /imageflow_tool
ENTRYPOINT ["/imageflow_tool"]
CMD ["help"]
