mirror of
https://github.com/lush2020/edgetunnel.git
synced 2026-03-22 01:22:21 +08:00
9 lines
101 B
Docker
9 lines
101 B
Docker
FROM v2fly/v2fly-core:latest
|
|
|
|
ADD startup.sh /startup.sh
|
|
RUN chmod +x /startup.sh
|
|
|
|
CMD /startup.sh
|
|
|
|
|