Skip to content

Commit

Permalink
fix(ui): entry (#3589)
Browse files Browse the repository at this point in the history
Signed-off-by: Shahar Glazner <shaharglazner@gmail.com>
  • Loading branch information
shahargl authored Feb 19, 2025
1 parent cb944ab commit d503cc1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion keep-ui/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,4 @@ if [ "${AUTH_TYPE}" = "azuread" ] || [ "${AUTH_TYPE}" = "AZUREAD" ]; then
fi
fi

exit
exec node server.js
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "keep"
version = "0.37.3"
version = "0.37.4"
description = "Alerting. for developers, by developers."
authors = ["Keep Alerting LTD"]
packages = [{include = "keep"}]
Expand Down

0 comments on commit d503cc1

Please sign in to comment.