2024-09-11 08:15:03 +08:00

5 lines
112 B
Docker

FROM rust:bookworm
COPY entrypoint.sh /entrypoint.sh
RUN chmod a+x /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]