Files
AudioBookRequest/.devcontainer/devcontainer.json
2025-12-29 19:03:49 +01:00

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"
]
}
}
}