From afc421a4ee035b93543b196fcb9b09d34096c8d7 Mon Sep 17 00:00:00 2001 From: "@s.roertgen" Date: Thu, 12 Dec 2024 17:38:17 +0100 Subject: [PATCH] Add docker run info to README --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index accbc89..e2c26eb 100644 --- a/README.md +++ b/README.md @@ -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