Add docker run info to README

This commit is contained in:
@s.roertgen 2024-12-12 17:38:17 +01:00
parent a34d07d365
commit afc421a4ee

View file

@ -1,6 +1,6 @@
# Edufeed To AMB Transformer
Run with: `clj -M -m app.core`
Run with: `clj -M -m app.core` or `docker-compose up` (before build the uberjar with `clj -T:build uber`)
Runs on port `8890`.
@ -8,7 +8,5 @@ Sets up an endpoint `/resources` which accepts `pk` for an actory public key as
Results are validated against the metadata profile [Allgemeines Metadatenprofil für Bildungsressourcen](https://w3id.org/kim/amb/latest/) before being returned.
## TODO
- [ ] Add aero for configuration