diff --git a/README.md b/README.md index 3d65222..f3a1b72 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,18 @@ # docker-mei -A docker image for anything concerning MEI. +Docker images for anything concerning the MEI build process. + +The repository contains two Dockerfiles: + +- `Dockerfile.base`: creates a basic image with all necessary dependencies (Saxon, Ant, Verovio, Prince) +- `Dockerfile`: creates an executing image that allows running different MEI build steps (incl. building schema, customizations, or guidelines) + +## Local build of basic image -## Local build basic image ```docker build -f Dockerfile.base -t docker-mei-base . ``` -## Local build executive image +## Local build of executing image + ```docker build -t docker-mei .``` ## Exampl usage (without local build)