Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Docker - Fix some file location errors #111

Merged
merged 2 commits into from
Jan 26, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions ubuntu-18.04.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ copy external /root/history-tools/external
copy libraries /root/history-tools/libraries
copy src /root/history-tools/src
copy wasms /root/history-tools/wasms
copy testnet.template /root/history-tools
copy tests /root/history-tools/tests

run mkdir /root/history-tools/build
workdir /root/history-tools/build
Expand Down