We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7415346 commit 439e249Copy full SHA for 439e249
1 file changed
README.md
@@ -38,16 +38,16 @@ All optional configs are keys on the top level config object.
38
Specify a Dockerfile (other than the root `Dockerfile`):
39
40
```json
41
- "dockerfile": "Dockerfile.local"
+"dockerfile": "Dockerfile.local"
42
```
43
44
Specify environment variables for the web container:
45
46
47
- "env": {
48
- "KEY_ONE": "valueOne",
49
- "KEY_TWO": "valueTwo"
50
- }
+"env": {
+ "KEY_ONE": "valueOne",
+ "KEY_TWO": "valueTwo"
+}
51
52
53
## Code
0 commit comments