mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
use dockerignore
This commit is contained in:
parent
1f26d1b8d1
commit
92e1ae977a
2 changed files with 9 additions and 4 deletions
8
.dockerignore
Normal file
8
.dockerignore
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
.devcontainer
|
||||
.github
|
||||
lorax_templates/scripts
|
||||
lorax_templates/*.in
|
||||
xorriso/*.in
|
||||
.gitignore
|
||||
action.yml
|
||||
Containerfile
|
||||
|
|
@ -11,10 +11,7 @@ ENV VERSION="${VERSION}"
|
|||
ENV WEB_UI="false"
|
||||
|
||||
RUN mkdir /build-container-installer
|
||||
COPY /lorax_templates /build-container-installer/lorax_templates
|
||||
COPY /xorriso /build-container-installer/xorriso
|
||||
COPY /Makefile /build-container-installer
|
||||
COPY /entrypoint.sh /
|
||||
COPY / /build-container-installer/
|
||||
|
||||
WORKDIR /build-container-installer
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue