Refactor
This commit is contained in:
Kroese 2023-04-16 14:03:43 +02:00 committed by GitHub
commit 9ba48307ea
7 changed files with 2 additions and 6 deletions

2
.gitignore vendored
View file

@ -1 +1 @@
/build.sh
build.sh

View file

@ -12,11 +12,7 @@ RUN apt-get update && apt-get -y upgrade && \
qemu-system-x86 \
&& apt-get clean
COPY run.sh /run/
COPY disk.sh /run/
COPY power.sh /run/
COPY install.sh /run/
COPY network.sh /run/
COPY run/*.sh /run/
RUN ["chmod", "+x", "/run/run.sh"]

View file