{ "name": "Node.js Development", "build": { "dockerfile": "Dockerfile" }, "customizations": { "vscode": { "extensions": [ "dbaeumer.vscode-eslint", "esbenp.prettier-vscode" ], "settings": { "terminal.integrated.defaultProfile.linux": "bash", "terminal.integrated.profiles.linux": { "bash": { "path": "/bin/bash" } } } } }, "forwardPorts": [3001], "postCreateCommand": "npm install", "remoteUser": "node" }