mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2024-12-25 19:56:03 +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"]
|