Draft: Draft: Slimmed Ubuntu 2004 image, ubuntu base image, and directory restructure #780

Closed
rilesdun wants to merge 5 commits from docker-build-fix into develop
Showing only changes of commit d1cc535579 - Show all commits

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