Added some code snippets
All checks were successful
Build & Publish / build (push) Successful in 8m21s

This commit is contained in:
2023-08-03 08:20:34 +02:00
parent 7916bc84d6
commit 22d036515c
6 changed files with 221 additions and 40 deletions

View File

@@ -4,6 +4,7 @@ RUN sudo apt update && sudo apt install dialog -y
COPY script.sh /opt
COPY data /opt/data
COPY snippets /opt/snippets
RUN sudo chmod +x /opt/script.sh