README.md: fix up reference to docker-entrypoint.sh

The file was renamed from entrypoint.sh to docker-entrypoint.sh just before
the updated docker support was merged, but the documentation was not updated
accordingly.
This commit is contained in:
Mark Cave-Ayland 2024-07-29 09:05:47 +01:00
parent 7b597afbed
commit 8ef9c3f315

View File

@ -254,7 +254,7 @@ $ docker run --rm -v $(pwd):/root \
EOF
```
Note that `entrypoint.sh` checks to see if the universal interfaces are installed into
Note that `docker-entrypoint.sh` checks to see if the universal interfaces are installed into
`/Retro68/toolchain/universal` first before attempting to access the file or URL specified
by INTERFACESFILE. This means that it is possible to use caching or another volume so that
the universal interfaces are only processed once to speed up builds e.g.