From e1c8733be9dc8f9a7495f580a2067527242e3946 Mon Sep 17 00:00:00 2001 From: "Ben Hearsum (he/him)" Date: Thu, 20 May 2021 13:52:10 -0400 Subject: [PATCH] Always assume we're in the root of the treeherder repo in entrypoint_prod.sh (#7146) --- docker/entrypoint_prod.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/entrypoint_prod.sh b/docker/entrypoint_prod.sh index 514e989d2..39623a4d2 100755 --- a/docker/entrypoint_prod.sh +++ b/docker/entrypoint_prod.sh @@ -5,7 +5,7 @@ # https://devcenter.heroku.com/articles/release-phase # https://devcenter.heroku.com/articles/runtime-principles#build-release-run if [ "$1" == "release" ]; then - exec ../bin/pre_deploy + exec ./bin/pre_deploy # The `web` process type is the only one that receives external traffic from Heroku's routers. # We set the maximum request duration to 20 seconds, to ensure that poorly performing API