mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2025-03-09 15:39:58 +00:00
Made all entrypoint scripts the same name inside the container image
This commit is contained in:
parent
d380dd1345
commit
3004d743b0
5 changed files with 9 additions and 9 deletions
|
|
@ -354,7 +354,7 @@ VOLUME ["/tmp/.X11-unix"]
|
|||
# the default serial numbers are already contained in ./OpenCore/OpenCore.qcow2
|
||||
# And the default serial numbers
|
||||
|
||||
COPY entrypoint.sh .
|
||||
COPY entrypoint.sh ./entrypoint.sh
|
||||
CMD ["bash", "-c", "entrypoint.sh"]
|
||||
|
||||
# virt-manager mode: eta son
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue