Commit 1c685f76 authored by Kelvin Fichter's avatar Kelvin Fichter

fix(rhc): bug in replica-healthcheck dockerfile

Fixes a bug in the dockerfile for the replica-healthcheck. Healthcheck
does not run properly as a result of this bug.
parent 4bfddfbb
---
'@eth-optimism/replica-healthcheck': patch
---
Fixes a bug in the replica-healthcheck dockerfile
......@@ -62,4 +62,4 @@ CMD ["npm", "run", "start"]
FROM base as replica-healthcheck
WORKDIR /opts/optimism/packages/replica-healthcheck
ENTRYPOINT ["node", "dist/exec/run-healthcheck-server.js"]
ENTRYPOINT ["npm", "run", "start"]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment