mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2024-11-16 11:42:21 +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"]
|