From 7a39b284a82eec95d38e772e656eb425c56a8e5f Mon Sep 17 00:00:00 2001 From: Andrej Babic Date: Thu, 22 Jul 2021 14:51:52 +0200 Subject: [PATCH] Update README --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 314d979..3d13bc1 100644 --- a/README.md +++ b/README.md @@ -74,10 +74,11 @@ and its the suggested way to build and test your applications. Running the **Dockerfile** in the project root copies the current repo folder inside the docker container and builds all the targets. -If you want to TAG and deploy a new container version, use the **build\_buffer.sh** -script, which also pushes the new container to the registry. Please do not forget +Running the **build\_Dockerfile.sh** builds, tags, and pushes a new +container version to the registry. You should do this only if you are sure that +your image is production ready. Please, do not forget to push only 100% working images and to increase the VERSION -(at the beginning of the build_buffer.sh) number of the container. +(at the beginning of the build_Dockerfile.sh) number of the container. ### On host