Dockerfile 110 B

1234
  1. FROM rust:buster
  2. COPY entrypoint.sh /entrypoint.sh
  3. RUN chmod a+x /entrypoint.sh
  4. ENTRYPOINT ["/entrypoint.sh"]