t3docs / docker-render-documentation

Render TYPO3 Documentation the official way
https://t3docs.github.io/DRC-The-Docker-Rendering-Container/
20 stars 15 forks source link

Fix image path in Dockerfile #134

Closed Jaykju closed 11 months ago

Jaykju commented 11 months ago

The Dockerfile references an old image path t3docs/render-documentation. Since the image is now hosted on ghcr.io this reference does no longer work when following the How to render documentation guide and executing

dockrun_t3rd makehtml

The environment variable is used in the show-shell-commands script which in turn results in a wrong image being referenced by the registered dockrun_t3rd function.

I think just changing this environment variable would enable someone to actually follow the guide again.