Dockerfile 66 B

123
  1. FROM scratch
  2. COPY plow /usr/bin/plow
  3. ENTRYPOINT ["/usr/bin/plow"]