From c648067986450164e4ca2f499d58ceb17f14113a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodrigo=20Laiola=20Guimar=C3=A3es?= Date: Thu, 28 Sep 2023 18:17:38 -0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f3afebc9..ff824827 100644 --- a/README.md +++ b/README.md @@ -137,7 +137,7 @@ The following image tags have been deprecated and are no longer receiving update docker images -a # Build image - docker build -f Dockerfile -t relax . + docker build --build-arg REF_BRANCH=development -f Dockerfile -t relax . ``` ## How To Publish It