mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
fix: added move to entrypoint
This commit is contained in:
parent
01d12228dd
commit
288976f017
4 changed files with 5 additions and 13 deletions
|
|
@ -9,7 +9,6 @@ ENV IMAGE_TAG="${VERSION}"
|
|||
ENV VARIANT="Server"
|
||||
ENV VERSION="${VERSION}"
|
||||
ENV WEB_UI="false"
|
||||
ENV OUTPUT_DIR="/build-container-installer/build"
|
||||
|
||||
RUN mkdir /build-container-installer
|
||||
|
||||
|
|
@ -19,7 +18,7 @@ WORKDIR /build-container-installer
|
|||
|
||||
RUN dnf install -y make && make install-deps
|
||||
|
||||
VOLUME ${OUTPUT_DIR}
|
||||
VOLUME /build-container-installer/build
|
||||
|
||||
ENTRYPOINT ["/bin/bash", "/build-container-installer/entrypoint.sh"]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue