Add step to build nitro contracts container
This commit is contained in:
parent
c7acf17bd0
commit
012164d6c0
@ -99,6 +99,9 @@
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
laconic-so --stack ~/cerc/nitro-stack/stack-orchestrator/stacks/nitro-node build-containers --force-rebuild
|
laconic-so --stack ~/cerc/nitro-stack/stack-orchestrator/stacks/nitro-node build-containers --force-rebuild
|
||||||
|
|
||||||
|
# Build nitro-contracts container image
|
||||||
|
laconic-so --stack ~/cerc/nitro-stack/stack-orchestrator/stacks/nitro-contracts build-containers --force-rebuild
|
||||||
```
|
```
|
||||||
|
|
||||||
- Create a deployment spec-file for Alice's L1 nitro-node:
|
- Create a deployment spec-file for Alice's L1 nitro-node:
|
||||||
|
@ -96,6 +96,9 @@
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
laconic-so --stack ~/cerc/nitro-stack/stack-orchestrator/stacks/nitro-node build-containers --force-rebuild
|
laconic-so --stack ~/cerc/nitro-stack/stack-orchestrator/stacks/nitro-node build-containers --force-rebuild
|
||||||
|
|
||||||
|
# Build nitro-contracts container image
|
||||||
|
laconic-so --stack ~/cerc/nitro-stack/stack-orchestrator/stacks/nitro-contracts build-containers --force-rebuild
|
||||||
```
|
```
|
||||||
|
|
||||||
## Run
|
## Run
|
||||||
|
Loading…
Reference in New Issue
Block a user