-
Notifications
You must be signed in to change notification settings - Fork 87
Adds gateway option to init #544
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
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Ronald L <[email protected]>
Signed-off-by: Ronald L <[email protected]>
Signed-off-by: Ronald L <[email protected]>
Signed-off-by: Ronald L <[email protected]>
const shouldInitWithNodeSampleGateway = this.args.length && this.args.find((v) => v === "gateway"); | ||
if (shouldInitWithNodeSampleGateway) { | ||
console.log("Creating sample Node.js gateway"); | ||
this.fs.copy(this.templatePath("gateway"), this.destinationPath("gateway")); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you need to copy the gateway into fablo docker, the same way as here: https://github.com/hyperledger-labs/fablo/blob/main/Dockerfile#L13
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this look okay? @dzikowski
Thank you for the pointers! @dzikowski I will get this fixed. |
Signed-off-by: Ronald L <[email protected]>
Signed-off-by: Ronald L <[email protected]>
No description provided.