From 2d027bd34263477b8dd14898761c17e14b4ac840 Mon Sep 17 00:00:00 2001 From: Roman Plevka Date: Thu, 14 Nov 2024 17:50:54 +0100 Subject: [PATCH] update readme with instruction to build the image --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 0b5790e..b94b7e7 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,11 @@ flask --app rekuper run The server uses port `5000` by default. The swagger UI should be accessible as a root page. ## Container setup +Build the image +``` +podman build -t localhost/rekuper:0.1 . +``` + Assumuing the database is also going to be run as local container: ``` # prepare common network