Commit dde49fef authored by Harry Oh's avatar Harry Oh

change relayer ENTRYPOINT to CMD for docker-compose

parent 53b2fefb
......@@ -59,4 +59,4 @@ CMD ["yarn", "test:integration"]
FROM base as relayer
WORKDIR /optimism/packages/message-relayer
COPY ./ops/scripts/relayer.sh .
ENTRYPOINT ["npm", "run", "start"]
CMD ["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