vyladený štart
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"name": "ili",
|
||||
"image": "mcr.microsoft.com/devcontainers/javascript-node:22",
|
||||
"remoteUser": "root",
|
||||
"updateRemoteUserUID": false,
|
||||
"mounts": [
|
||||
"source=/var/run/docker.sock,target=/var/run/docker.sock,type=bind",
|
||||
"source=${localEnv:HOME},target=/host-home,type=bind"
|
||||
],
|
||||
"forwardPorts": [
|
||||
3000
|
||||
],
|
||||
"postCreateCommand": "bash .devcontainer/post-create.sh"
|
||||
}
|
||||
Reference in New Issue
Block a user