Skip to content

Commit e29d14c

Browse files
author
Adin Ermie
authored
Updated the DevContainer.json example
Removed the "..." from the example DevContainer.json example file, as this will cause a build error (to the unknowning end-user).
1 parent 8637f5a commit e29d14c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

content/codespaces/customizing-your-codespace/configuring-codespaces-for-your-project.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,7 @@ Reference your Dockerfile in your `devcontainer.json` file by using the `dockerf
5656

5757
```json
5858
{
59-
...
6059
"build": { "dockerfile": "Dockerfile" },
61-
...
6260
}
6361
```
6462

0 commit comments

Comments
 (0)