Skip to content

Commit

Permalink
update devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielRamosAcosta committed Jan 31, 2025
1 parent 82a0571 commit f84ae8a
Show file tree
Hide file tree
Showing 3 changed files with 672 additions and 10 deletions.
6 changes: 4 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,16 @@
"service": "devcontainer",
"workspaceFolder": "/workspace",
"forwardPorts": [8080],
"postCreateCommand": "yarn install --frozen-lockfile",
"postCreateCommand": "npm install",
"customizations": {
"vscode": {
"extensions": [
"dbaeumer.vscode-eslint",
"ms-azuretools.vscode-docker",
"mutantdino.resourcemonitor",
"eamodio.gitlens"
"eamodio.gitlens",
"vitest.explorer",
"mongodb.mongodb-vscode"
]
}
}
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ services:
- 8080:8080

devcontainer:
image: mcr.microsoft.com/devcontainers/typescript-node:23
image: mcr.microsoft.com/devcontainers/typescript-node
command: sleep infinity
environment:
DB_HOST: db
Expand Down
Loading

0 comments on commit f84ae8a

Please sign in to comment.