You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
487 B
28 lines
487 B
{
|
|
"name": "homepage",
|
|
"build": {
|
|
"dockerfile": "Dockerfile",
|
|
"args": {
|
|
"VARIANT": "18-buster"
|
|
}
|
|
},
|
|
"customizations": {
|
|
"vscode": {
|
|
"extensions": [
|
|
"dbaeumer.vscode-eslint",
|
|
"mhutchie.git-graph",
|
|
"streetsidesoftware.code-spell-checker",
|
|
],
|
|
"settings": {
|
|
"eslint.format.enable": true,
|
|
"eslint.lintTask.enable": true,
|
|
"eslint.packageManager": "pnpm"
|
|
}
|
|
}
|
|
},
|
|
"postCreateCommand": ".devcontainer/setup.sh",
|
|
"forwardPorts": [
|
|
3000
|
|
]
|
|
}
|