From dd4568b7fa34d122d10aae16e91fbe15a383228f Mon Sep 17 00:00:00 2001 From: Thanh Vu Date: Thu, 1 Jun 2023 13:58:18 +0700 Subject: [PATCH] typo: documentso >> documenso --- docker/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/build.sh b/docker/build.sh index 9a1ed88fb..aa2068910 100755 --- a/docker/build.sh +++ b/docker/build.sh @@ -22,7 +22,7 @@ echo "Git SHA: $GIT_SHA" docker build -f "$SCRIPT_DIR/Dockerfile" \ --progress=plain \ - -t "documentso:latest" \ + -t "documenso:latest" \ -t "documenso:$GIT_SHA" \ -t "documenso:$APP_VERSION" \ "$MONOREPO_ROOT"