mirror of
https://github.com/openwrt/video.git
synced 2025-12-21 14:54:37 +04:00
7 lines
100 B
Docker
7 lines
100 B
Docker
ARG ARCH=x86-64
|
|
FROM openwrt/rootfs:$ARCH
|
|
|
|
ADD entrypoint.sh /entrypoint.sh
|
|
|
|
CMD ["/entrypoint.sh"]
|