Skip to content

Commit 90581af

Browse files
committed
Tweak vignette
1 parent ba963a3 commit 90581af

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

vignettes/making-a-dockitect-dockerfile-into-a-running-container.Rmd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,8 @@ dk_template_shiny(
133133

134134
Then, in your terminal:
135135

136-
```bash
136+
```{bash}
137+
#| eval: false
137138
# 2. Build the Docker image
138139
## Note: For ARM-based systems, use --platform linux/amd64.
139140
docker build --platform linux/amd64 -t my-shiny-app .

0 commit comments

Comments
 (0)