From 86bd799efedf85b8f29ae2a07bffef38278a659c Mon Sep 17 00:00:00 2001 From: Leo Chen Date: Wed, 26 Jan 2022 06:21:53 +0000 Subject: [PATCH] [rosetta] copy config file to final image Signed-off-by: Leo Chen --- rosetta/infra/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rosetta/infra/Dockerfile b/rosetta/infra/Dockerfile index 687c7ab3c..4b785149a 100644 --- a/rosetta/infra/Dockerfile +++ b/rosetta/infra/Dockerfile @@ -40,6 +40,8 @@ WORKDIR /root COPY --from=build /root/harmony /root/harmony COPY --from=build /root/run.sh /root/run.sh +COPY --from=build /root/harmony-pstn.conf /root/harmony-pstn.conf +COPY --from=build /root/harmony-mainnet.conf /root/harmony-mainnet.conf EXPOSE 9500/tcp EXPOSE 9700/tcp