Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

run bootstrap command on docker image #493

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

Rithwik0480
Copy link
Contributor

  • Modified bootstrap.sh to use Docker image for obtaining the spec file and generating node keys instead of compiling CORD directly.

@Rithwik0480 Rithwik0480 requested a review from amarts August 1, 2024 09:13
@Rithwik0480 Rithwik0480 self-assigned this Aug 1, 2024
@@ -88,7 +88,7 @@ echo "
" >>$ACCOUNTS_FILE
echo "" >>$ACCOUNTS_FILE

cord='./target/release/cord'
cord="sudo docker run -v $OUTPUT_DIR:$OUTPUT_DIR dhiway/cord:develop"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you have the check for building OUTPUT_DIR as the absolute path, instead of relative path?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants