mirror of
https://github.com/clash-verge-rev/clash-verge-rev
synced 2025-05-05 01:53:43 +08:00
5 lines
112 B
Docker
5 lines
112 B
Docker
FROM rust:bookworm
|
|
COPY entrypoint.sh /entrypoint.sh
|
|
RUN chmod a+x /entrypoint.sh
|
|
ENTRYPOINT ["/entrypoint.sh"]
|