mirror of
https://github.com/clash-verge-rev/clash-verge-rev
synced 2025-05-05 18:23:44 +08:00
4 lines
110 B
Docker
4 lines
110 B
Docker
FROM rust:buster
|
|
COPY entrypoint.sh /entrypoint.sh
|
|
RUN chmod a+x /entrypoint.sh
|
|
ENTRYPOINT ["/entrypoint.sh"] |