Files
video/.github/workflows/Dockerfile
Paul Spooren 43678350b0 CI: initial add of automated testing
Signed-off-by: Paul Spooren <mail@aparcar.org>
2021-10-06 13:45:54 -10:00

7 lines
100 B
Docker

ARG ARCH=x86-64
FROM openwrt/rootfs:$ARCH
ADD entrypoint.sh /entrypoint.sh
CMD ["/entrypoint.sh"]