Skip to content

SpeciesFileGroup/taxonworks_rdoc_docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

taxonworks_rdoc_docker

Docker environment to serve TaxonWorks RDoc pages

Example usage

docker build . -t taxonworks-rdoc-server
docker run -it --rm -p 4567:4567 -e REBUILD_TOKEN=RANDOM_STRING taxonworks-rdoc-server # REBUILD_TOKEN env is optional

Once documentation is built you may access the docs at http://localhost:4567/. You may rebuild the docs by visiting http://localhost:4567/rebuild/RANDOM_STRING (http://localhost:4567/rebuild/ if image is running without any REBUILD_TOKEN)

About

Docker environment to serve TaxonWorks RDoc pages

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published