mirror of
https://github.com/autc04/Retro68.git
synced 2025-08-09 20:25:29 +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:
@@ -254,7 +254,7 @@ $ docker run --rm -v $(pwd):/root \
|
|||||||
EOF
|
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
|
`/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
|
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.
|
the universal interfaces are only processed once to speed up builds e.g.
|
||||||
|
Reference in New Issue
Block a user