Refactor
Refactor
This commit is contained in:
commit
9ba48307ea
7 changed files with 2 additions and 6 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1 +1 @@
|
|||
/build.sh
|
||||
build.sh
|
||||
|
|
|
@ -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"]
|
||||
|
||||
|
|
Loading…
Reference in a new issue