1
0
Fork 0
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:
Noel Miller 2024-03-05 13:37:51 -06:00
parent fca94bc4c4
commit 1bc8f5926f
2 changed files with 7 additions and 7 deletions

View file

@ -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