From 6475833e55afbc32724323ac8895e7d2cf2c4e11 Mon Sep 17 00:00:00 2001 From: SamTV12345 <40429738+samtv12345@users.noreply.github.com> Date: Sat, 10 Feb 2024 18:43:46 +0100 Subject: [PATCH] Fixed healthcheck. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4eb6abab5..7064860a2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -119,7 +119,7 @@ USER etherpad WORKDIR /opt/etherpad-lite -HEALTHCHECK --interval=20s --timeout=3s CMD ["etherpad-healthcheck"] +HEALTHCHECK --interval=20s --timeout=3s CMD ["pnpm", "etherpad-healthcheck"] EXPOSE 9001 CMD ["npm", "run", "prod", "--prefix", "./src"]