Adding app context
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
"build": {
|
||||
"dockerfile": "Dockerfile",
|
||||
// Update 'VARIANT' to pick a Node version: 10, 12, 14
|
||||
"args": { "VARIANT": "14" }
|
||||
"args": { "VARIANT": "12" }
|
||||
},
|
||||
|
||||
// Set *default* container specific settings.json values on container create.
|
||||
@@ -14,12 +14,12 @@
|
||||
},
|
||||
|
||||
// Add the IDs of extensions you want installed when the container is created.
|
||||
"extensions": [
|
||||
"dbaeumer.vscode-eslint"
|
||||
],
|
||||
// "extensions": [
|
||||
// "dbaeumer.vscode-eslint"
|
||||
// ],
|
||||
|
||||
// Use 'forwardPorts' to make a list of ports inside the container available locally.
|
||||
// "forwardPorts": [],
|
||||
"forwardPorts": [3000],
|
||||
|
||||
// Use 'postCreateCommand' to run commands after the container is created.
|
||||
// "postCreateCommand": "yarn install",
|
||||
|
||||
Reference in New Issue
Block a user