We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d176fa6 commit 636ab93Copy full SHA for 636ab93
.devcontainer/devcontainer.json
@@ -12,7 +12,7 @@
12
// "features": {},
13
14
// Use 'forwardPorts' to make a list of ports inside the container available locally.
15
- // "forwardPorts": [],
+ "forwardPorts": [5432],
16
17
// Use 'postCreateCommand' to run commands after the container is created.
18
// "postCreateCommand": "yarn install"
0 commit comments