This resolves issues with relative paths during the Dockerfile build by referencing the entrypoint Infinitude repository that is cloned into the container, rather than copying the entrypoint script from an external location at build time.
It ensures that the Docker instructions in the README, which describe building directly from GitHub, will work correctly.
Closes #76
This resolves issues with relative paths during the Dockerfile build by referencing the entrypoint Infinitude repository that is cloned into the container, rather than copying the entrypoint script from an external location at build time.
It ensures that the Docker instructions in the README, which describe building directly from GitHub, will work correctly.