Skip to content

Commit 439e249

Browse files
committed
Updating README
1 parent 7415346 commit 439e249

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,16 +38,16 @@ All optional configs are keys on the top level config object.
3838
Specify a Dockerfile (other than the root `Dockerfile`):
3939

4040
```json
41-
"dockerfile": "Dockerfile.local"
41+
"dockerfile": "Dockerfile.local"
4242
```
4343

4444
Specify environment variables for the web container:
4545

4646
```json
47-
"env": {
48-
"KEY_ONE": "valueOne",
49-
"KEY_TWO": "valueTwo"
50-
}
47+
"env": {
48+
"KEY_ONE": "valueOne",
49+
"KEY_TWO": "valueTwo"
50+
}
5151
```
5252

5353
## Code

0 commit comments

Comments
 (0)