Alternative Mensa page for Konstanz University
This is the public git repository for the MenSauni website, providing menu information for certain university canteens.
MenSauni is built with node.js and javascript.
docker build -t mensauni .
docker run -d -p 8080:8080 --name mensauni mensauni
Or with docker compose:
docker compose up -d
# or docker-compose up -d
The docker image is available on GitHub with the tag ghcr.io/spiritreader/preventingredient31:master