Skip to content

Commit 577de46

Browse files
Fixed a couple of bugs that @kimberlyh66 found during code review.
1 parent c0f9d3d commit 577de46

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ docker build -t terraref-tutorials:local .
6767
Run the container:
6868

6969
```bash
70-
docker run --rm -p 3000:3000 terraref-tutorials:tutorials
70+
docker run --rm -p 3000:3000 --name tutorial-preview terraref-tutorials:local
7171
```
7272

7373
This will generate the documentation and start a local web server to preview

0 commit comments

Comments
 (0)