fix: update dependencies to latest + fix upload of files

This commit is contained in:
2023-07-22 16:34:23 +02:00
parent 41c2d95dde
commit 5a411ade19
42 changed files with 1382 additions and 8571 deletions

View File

@ -1 +1 @@
FROM mcr.microsoft.com/vscode/devcontainers/javascript-node:18
FROM mcr.microsoft.com/vscode/devcontainers/javascript-node:20

View File

@ -6,7 +6,8 @@
"customizations": {
"vscode": {
"settings": {
"remote.autoForwardPorts": false
"remote.autoForwardPorts": false,
"remote.localPortHost": "allInterfaces"
},
"extensions": [
"editorconfig.editorconfig",
@ -19,7 +20,5 @@
]
}
},
"forwardPorts": [3000],
"postAttachCommand": ["npm", "install"],
"remoteUser": "node"
}

View File

@ -6,3 +6,4 @@ services:
volumes:
- '..:/workspace:cached'
command: 'sleep infinity'
network_mode: 'host'