docusaurus-pdf icon indicating copy to clipboard operation
docusaurus-pdf copied to clipboard

Docker maxys/docusaurus-pdf appears to be down

Open svict4 opened this issue 3 years ago • 2 comments

Is there an alternative?

svict4 avatar Sep 13 '21 22:09 svict4

How so?

juniorbotelho avatar Sep 15 '21 18:09 juniorbotelho

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)

maxarndt avatar Oct 29 '21 11:10 maxarndt