mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-07 23:55:12 -04:00
Fixed healthcheck.
This commit is contained in:
parent
a037c00ede
commit
6475833e55
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ USER etherpad
|
||||||
|
|
||||||
WORKDIR /opt/etherpad-lite
|
WORKDIR /opt/etherpad-lite
|
||||||
|
|
||||||
HEALTHCHECK --interval=20s --timeout=3s CMD ["etherpad-healthcheck"]
|
HEALTHCHECK --interval=20s --timeout=3s CMD ["pnpm", "etherpad-healthcheck"]
|
||||||
|
|
||||||
EXPOSE 9001
|
EXPOSE 9001
|
||||||
CMD ["npm", "run", "prod", "--prefix", "./src"]
|
CMD ["npm", "run", "prod", "--prefix", "./src"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue