Initial commit
This commit is contained in:
10
Dockerfile
Normal file
10
Dockerfile
Normal 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
|
Reference in New Issue
Block a user