16 lines
371 B
JSON
16 lines
371 B
JSON
{
|
|
"name": "Servicio Social API",
|
|
"dockerFile": "../Dockerfile",
|
|
"appPort": [3000],
|
|
"postCreateCommand": "npm install",
|
|
"extensions": [
|
|
"dbaeumer.vscode-eslint",
|
|
"ms-azuretools.vscode-docker",
|
|
"esbenp.prettier-vscode"
|
|
],
|
|
"settings": {
|
|
"terminal.integrated.shell.linux": "/bin/bash"
|
|
},
|
|
"remoteUser": "node"
|
|
}
|
|
|