Skip to content

Commit fe22f7a

Browse files
authored
Merge pull request #307 from glennsarti/add-port
(maint) Add port 9000 for dev. container
2 parents afc55c4 + 98c99bc commit fe22f7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.devcontainer/devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
// Add the IDs of extensions you want installed when the container is created.
1111
"extensions": [
1212
"rebornix.Ruby"
13-
]
13+
],
1414
// Use 'forwardPorts' to make a list of ports inside the container available locally.
15-
// "forwardPorts": [],
15+
"forwardPorts": [9000],
1616
// Use 'postCreateCommand' to run commands after the container is created.
1717
// "postCreateCommand": "ruby --version",
1818
// Uncomment to connect as a non-root user. See https://aka.ms/vscode-remote/containers/non-root.

0 commit comments

Comments
 (0)