Fix spec file creation command

This commit is contained in:
IshaVenikar 2024-07-19 15:53:20 +05:30
parent 510e047ecd
commit 9363bd95df

View File

@ -333,13 +333,7 @@
```
4. Create a deployment for the bridge:
- Create spec files for the deployment:
```bash
laconic-so --stack ~/cerc/nitro-stack/stack-orchestrator/stacks/bridge deploy init --output bridge-nitro-spec.yml
```
- For port calibration to map container ports to host ports:
- Create spec files for the deployment, map container ports to host ports:
```bash
laconic-so --stack ~/cerc/nitro-stack/stack-orchestrator/stacks/bridge deploy init --map-ports-to-host any-same --output bridge-nitro-spec.yml