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

move volume

This commit is contained in:
Jason N. 2024-03-06 10:04:52 -06:00
parent a6051d2221
commit eca138486d

View file

@ -17,12 +17,11 @@ COPY /Makefile /build-container-installer
COPY /entrypoint.sh /
WORKDIR /build-container-installer
VOLUME /build-container-installer/build
VOLUME /cache
RUN dnf install -y make && make install-deps
RUN ln -s ~/.local/share/containers/cache /cache/skopeo
VOLUME /build-container-installer/build
VOLUME /cache
ENTRYPOINT ["/bin/bash", "/entrypoint.sh"]