From 1b72705dfa139e9a305c6bd68a6de731c7e768ac Mon Sep 17 00:00:00 2001 From: Wesley Hayutin Date: Wed, 13 Mar 2024 13:10:01 -0600 Subject: [PATCH] add note on build for release --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a8f03ce..52eaca6 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,13 @@ python test.py ``` ## building -Here's a quick example: +Build for release: +``` +./build.sh +``` + +Build a new container: +Here's a quick example ``` podman build -t quay.io/rhn_engineering_whayutin/todolist-mariadb-go-2 . podman push