Commit 06d821ba authored by Matthew Slipper's avatar Matthew Slipper Committed by GitHub

Merge pull request #2343 from ethereum-optimism/sc/fix-healthcheck-1

fix(rhc): bug in replica-healthcheck dockerfile
parents cfded117 1c685f76
---
'@eth-optimism/replica-healthcheck': patch
---
Fixes a bug in the replica-healthcheck dockerfile
...@@ -62,4 +62,4 @@ CMD ["npm", "run", "start"] ...@@ -62,4 +62,4 @@ CMD ["npm", "run", "start"]
FROM base as replica-healthcheck FROM base as replica-healthcheck
WORKDIR /opts/optimism/packages/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