From 61da51173b15642caf1a7425cf472f73d0c936e7 Mon Sep 17 00:00:00 2001 From: Marcus Fihlon Date: Sat, 30 Mar 2024 17:52:42 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20add=20Docker=20build=20instructi?= =?UTF-8?q?ons?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 8b1a99e..3185f46 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,16 @@ See: There is *no need* to run the `install` or `deploy` tasks. They will just run longer, produce unnecessary output, burn energy, and occupy your disk space. [Don't just blindly run mvn clean install...](https://www.andreaseisele.com/posts/mvn-clean-install/) +### Docker + +*Apus* comes with a complete dockerized self-contained build. You don't need to have Maven or Java installed, [Docker](https://www.docker.com/) is enough. The Docker build file contains everything needed, just start a standard Docker build with the following command: + +```shell +docker build -t apus . +``` + +This might run for a while and will produce a Docker image tagged `apus` on your local system. + ## Running and debugging ### Running from the command line.