Initial commit

This commit is contained in:
2023-07-31 10:47:57 +02:00
commit 8f9cff0934
8 changed files with 305 additions and 0 deletions

10
Dockerfile Normal file
View File

@@ -0,0 +1,10 @@
FROM ghcr.io/zephyrproject-rtos/zephyr-build:latest
RUN sudo apt update && sudo apt install dialog -y
COPY script.sh /opt
COPY data /opt/data
RUN sudo chmod +x /opt/script.sh
ENTRYPOINT /opt/script.sh