mirror of
https://github.com/markbeep/AudioBookRequest.git
synced 2026-01-13 09:20:09 -06:00
21 lines
371 B
JSON
21 lines
371 B
JSON
{
|
|
"name": "Existing Dockerfile",
|
|
"build": {
|
|
"context": "..",
|
|
"dockerfile": "./Dockerfile"
|
|
},
|
|
"forwardPorts": [8000],
|
|
"customizations": {
|
|
"vscode": {
|
|
"extensions": [
|
|
"ms-python.python",
|
|
"charliermarsh.ruff",
|
|
"tamasfe.even-better-toml",
|
|
"bradlc.vscode-tailwindcss",
|
|
"samuelcolvin.jinjahtml",
|
|
"yzhang.markdown-all-in-one"
|
|
]
|
|
}
|
|
}
|
|
}
|