Update Dockerfile - added mainnet genesis.json file to final runtime image

This commit is contained in:
Rily Dunlap 2023-01-17 15:21:49 +00:00
parent e4a8764259
commit d1cc535579

View file

@ -65,6 +65,7 @@ WORKDIR /home/peerplays/
# Copying the build artifacts from the above ubuntu-build image
COPY --from=deps /home/peerplays/peerplays/build/programs/witness_node/witness_node .
COPY --from=deps /home/peerplays/peerplays/build/programs/cli_wallet/cli_wallet .
COPY --from=deps /home/peerplays/peerplays/genesis-mainet.json .
# Peerplays RPC
EXPOSE 8090