Fixed healthcheck.

This commit is contained in:
SamTV12345 2024-02-10 18:43:46 +01:00
parent a037c00ede
commit 6475833e55

View file

@ -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"]