mirror of
https://github.com/autc04/Retro68.git
synced 2025-04-14 04:37:26 +00:00
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:
parent
7b597afbed
commit
8ef9c3f315
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user