mirror of
https://github.com/openwrt/routing.git
synced 2025-12-21 17:04:33 +04:00
Just copy .github from openwrt enabling: - checking of formalities - checking of build - issue template - pr template Signed-off-by: Nick Hainke <vincent@systemli.org>
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"]
|