From f32eee8d20cfafa081bf87d86d399fd37207dd39 Mon Sep 17 00:00:00 2001 From: Michael Kriese Date: Wed, 29 Apr 2020 07:15:18 +0200 Subject: [PATCH] chore: simplify entrypoint --- src/entrypoint.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/entrypoint.sh b/src/entrypoint.sh index 6030bcfc..8c6b78da 100755 --- a/src/entrypoint.sh +++ b/src/entrypoint.sh @@ -16,5 +16,5 @@ fi # # Mimic the original ENTRYPOINT of the renovate/renovate Docker container. See # the following link for this entry. -# https://github.com/renovatebot/renovate/blob/19.175.3/Dockerfile#L220 -RENOVATE_TOKEN="${TOKEN}" node /usr/src/app/dist/renovate.js +# https://github.com/renovatebot/docker-renovate/blob/d3aa0d99931ea7ad7e901a1e538eba0d61268229/Dockerfile#L63 +RENOVATE_TOKEN="${TOKEN}" renovate