docusaurus-pdf
docusaurus-pdf copied to clipboard
Docker maxys/docusaurus-pdf appears to be down
Is there an alternative?
How so?
You can build the image yourself. There is a how-to in the readme: https://github.com/kohheepeace/docusaurus-pdf#build-docker-image-locally
Basically you have to clone this repo, switch into the cloned directory and execute the following command:
docker build -t "docusaurus-pdf" .
Instead of maxys/docusaurus-pdf:latest
in the docker run
command you have to specify the specified tag name of the command above (like docusaurus-pdf:latest
)