Skip to content

Commit a3ef59e

Browse files
committed
Remove step to build image in docs
dev:shell automatically builds the image if it doesn't exist locally Signed-off-by: Evans Mungai <[email protected]>
1 parent 4de1ef6 commit a3ef59e

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

applications/wg-easy/docs/development-workflow.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -96,14 +96,11 @@ Configure chart values and create or modify templates.
9696
> Tools required by tasks in this project will be made available in a container. Run the commands below to start the dev environment
9797
9898
```
99-
# Build tools image. Run this command once.
100-
task dev:build-image
99+
# Open shell to execute tasks
100+
task dev:shell
101101

102102
# Start/restart tools container. Idempotent.
103103
task dev:restart
104-
105-
# Open shell to execute tasks
106-
task dev:shell
107104
```
108105

109106
Validate chart templates locally without deploying to a cluster.

0 commit comments

Comments
 (0)