mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
fix: initial attempt
This commit is contained in:
parent
fca94bc4c4
commit
1bc8f5926f
2 changed files with 7 additions and 7 deletions
|
|
@ -9,8 +9,10 @@ ENV IMAGE_TAG="${VERSION}"
|
|||
ENV VARIANT="Server"
|
||||
ENV VERSION="${VERSION}"
|
||||
ENV WEB_UI="false"
|
||||
ENV OUTPUT_DIR="/github/workspace/build"
|
||||
|
||||
RUN mkdir /build-container-installer
|
||||
|
||||
COPY / /build-container-installer/
|
||||
|
||||
WORKDIR /build-container-installer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue