From ea1bedef84a8fc64629aff8a9f4bce12945233ee Mon Sep 17 00:00:00 2001 From: djresni Date: Fri, 11 Oct 2024 09:46:44 -0400 Subject: [PATCH] Update DEVELOPING.md thx for catching that Co-authored-by: jpdahlke --- DEVELOPING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEVELOPING.md b/DEVELOPING.md index 2064102a84..161c59a2ad 100644 --- a/DEVELOPING.md +++ b/DEVELOPING.md @@ -715,7 +715,7 @@ Use docker copy to run a file through Emissary: docker cp emissary-knight.png docker-emissary-feeder-1:/opt/emissary/target/data/InputData/ ``` -### Optionally Build and Test Emissary with a Docker Apline Image +### Optionally Build and Test Emissary with a Docker Alpine Image Let's use the alpine image to build Emissary with Maven and Java: ```