From 52707b90b6c863162b43ce2f78f4c4375a978bb6 Mon Sep 17 00:00:00 2001 From: George Adams Date: Mon, 12 Aug 2024 09:35:04 +0100 Subject: [PATCH] Update entrypoint.j2 --- docker_templates/partials/entrypoint.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker_templates/partials/entrypoint.j2 b/docker_templates/partials/entrypoint.j2 index d5a6bf190..ff1f83e9b 100644 --- a/docker_templates/partials/entrypoint.j2 +++ b/docker_templates/partials/entrypoint.j2 @@ -1,2 +1,2 @@ COPY --chmod=755 entrypoint.sh /__cacert_entrypoint.sh -ENTRYPOINT ["/__cacert_entrypoint.sh"] \ No newline at end of file +ENTRYPOINT ["/__cacert_entrypoint.sh"]