Merge pull request #181 from ahiho/fix/docker-image-typo

typo: documentso >> documenso
This commit is contained in:
Lucas Smith
2023-06-02 00:06:28 +10:00
committed by GitHub

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"