Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit 2c0a1ee

Browse files
authored
Correct typos and README
1 parent 9c54abc commit 2c0a1ee

File tree

2 files changed

+9
-15
lines changed

2 files changed

+9
-15
lines changed

containers/elixir/.devcontainer/devcontainer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "Elixir",
33
"build": {
4-
"dockerfile": "Dockerfile",
5-
"args": {
6-
// Elixir Version: 1.9, 1.10, 1.10.4, ...
7-
"VARIANT": "latest"
8-
}
9-
}
4+
"dockerfile": "Dockerfile",
5+
"args": {
6+
// Elixir Version: 1.9, 1.10, 1.10.4, ...
7+
"VARIANT": "latest"
8+
}
9+
},
1010

1111
// Add the IDs of extensions you want installed when the container is created.
1212
"extensions": [

containers/elixir/README.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ _Develop Elixir based applications. Includes everything you need to get up and r
66

77
| Metadata | Value |
88
| --------------------------- | --------------------- |
9-
| _Contributors_ | [idyll](https://github.com/idyll), [Talk2MeGooseman](https://github.com/talk2MeGooseman)|
9+
| _Contributors_ | [idyll](https://github.com/idyll), [Talk2MeGooseman](https://github.com/talk2MeGooseman), [krainboltgreene](https://github.com/krainboltgreene)|
1010
| _Category_ | Community, Languages |
11-
| _Definition type_ | Dockerfile |
11+
| _Definition type_ | Dockerfile |
1212
| _Works in Codespaces_ | Yes |
1313
| _Container host OS support_ | Linux, macOS, Windows |
1414
| _Languages, platforms_ | Elixir. |
@@ -18,13 +18,7 @@ _Develop Elixir based applications. Includes everything you need to get up and r
1818
While this definition should work unmodified, you can select the version of Elixir the container uses by updating the `VARIANT` arg in the included `docker-compose.yml`.
1919

2020
```yml
21-
services:
22-
elixir:
23-
build: .
24-
args:
25-
# Elixir Version: 1.9, 1.10, 1.10.4, ...
26-
VARIANT: 1.10
27-
# ...
21+
"args": { "VARIANT": "1.10" }
2822
```
2923
3024
### Adding the definition to your folder

0 commit comments

Comments
 (0)