biohackrxiv / bhxiv-gen-pdf

Generate a PDF for BioHackrXiv.org
GNU General Public License v3.0
5 stars 12 forks source link

Update Dockerfile #17

Closed inutano closed 2 years ago

inutano commented 2 years ago

Tested with the commands below (same as ones in the README):

$ docker build -t biohackrxiv/gen-pdf:local -f docker/Dockerfile .
$ docker run --rm -it -v $(pwd):/work -w /work biohackrxiv/gen-pdf:local gen-pdf /work/example/logic
bblodfon commented 2 years ago

Looking at it in a bit!

bblodfon commented 2 years ago

I confirm that this resolves #13 and svg works with docker as well!

inutano commented 2 years ago

Thanks!!