CI: initial add of automated testing
[feed/video.git] / .github / workflows / Dockerfile
1 ARG ARCH=x86-64
2 FROM openwrt/rootfs:$ARCH
3
4 ADD entrypoint.sh /entrypoint.sh
5
6 CMD ["/entrypoint.sh"]