devcontainer

This commit is contained in:
Tu Nombre
2025-02-10 12:06:48 -06:00
parent 7e29a5e5b4
commit f89b7e05db
2 changed files with 17 additions and 1 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"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"
}