typo: documentso >> documenso

This commit is contained in:
Thanh Vu
2023-06-01 13:58:18 +07:00
parent 893ab9bea5
commit dd4568b7fa

View File

@ -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"