Skip to content

Commit

Permalink
fix(README): extend description
Browse files Browse the repository at this point in the history
  • Loading branch information
musicEnfanthen committed Dec 1, 2022
1 parent f5b574f commit ebc2021
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit ebc2021

Please sign in to comment.