From 240ab1cdc47788785074284d08ca7799a01cace0 Mon Sep 17 00:00:00 2001 From: Maxwell Weru Date: Mon, 18 Sep 2023 16:23:36 +0300 Subject: [PATCH] Fix typo --- updater/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/updater/Dockerfile b/updater/Dockerfile index 2e0b5375..44ecbbca 100644 --- a/updater/Dockerfile +++ b/updater/Dockerfile @@ -20,5 +20,5 @@ COPY --chown=dependabot:dependabot LICENSE $DEPENDABOT_HOME COPY --chown=dependabot:dependabot updater $DEPENDABOT_HOME/dependabot-updater # ENTRYPOINT IS USED instead of CMD so as to avoid adding -# 'bin/run.sh' before the file name when running the image bef +# 'bin/run.sh' before the file name when running the image ENTRYPOINT ["bin/run.sh"]