CI: copy .github from openwrt-packages
[feed/routing.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"]