/tei-publisher

A docker image for tei-publisher

Primary LanguageDockerfile

TEI publisher

This is a dockerized version of the TEI publisher. Its based on the official exist-db image and contains the tei-publisher-lib and tei-publisher-app.

Usage

You can start the container with docker or podman

docker run --rm -p 8080:8080 tobinski/tei-publisher

Then you can access tei-publisher over localhost:8080/exist/apps/tei-publisher

Data

If you wanna work persistently with your data its recommended to mount a directory to store the DB-files

docker run -p 8080:8080 -v $(pwd)/data:/exist-data/ --name tei-publisher tobinski/tei-publisher