mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
update entrypoint
This commit is contained in:
parent
92e1ae977a
commit
57d4dc77a3
1 changed files with 1 additions and 1 deletions
|
|
@ -19,5 +19,5 @@ RUN dnf install -y make && make install-deps
|
||||||
|
|
||||||
VOLUME /build-container-installer/build
|
VOLUME /build-container-installer/build
|
||||||
|
|
||||||
ENTRYPOINT ["/bin/bash", "/entrypoint.sh"]
|
ENTRYPOINT ["/bin/bash", "/build-container-installer/entrypoint.sh"]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue