1
0
Fork 0
mirror of https://github.com/JasonN3/build-container-installer.git synced 2025-12-25 10:57:55 +01:00

fix: updated volume and added output_dir to inputs

This commit is contained in:
Noel Miller 2024-03-05 14:10:32 -06:00
parent 3d04223800
commit d1d9713d80
2 changed files with 5 additions and 1 deletions

View file

@ -19,7 +19,7 @@ WORKDIR /build-container-installer
RUN dnf install -y make && make install-deps
VOLUME /build-container-installer/build
VOLUME ${OUTPUT_DIR}
ENTRYPOINT ["/bin/bash", "/build-container-installer/entrypoint.sh"]