Update Dockerfile - added mainnet genesis.json file to final runtime image
This commit is contained in:
parent
e4a8764259
commit
d1cc535579
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue