mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-04 02:36:49 +07:00
Add DevContainer for GitHub Codespaces
Signed-off-by: GitHub <noreply@github.com>
This commit is contained in:
16
.devcontainer/devcontainer.json
Normal file
16
.devcontainer/devcontainer.json
Normal file
@@ -0,0 +1,16 @@
|
||||
// For format details, see https://aka.ms/devcontainer.json.
|
||||
{
|
||||
"name": "Nextcloud documentation DevContainer",
|
||||
"context": "..",
|
||||
"dockerFile": "Dockerfile",
|
||||
"containerUser": "root",
|
||||
"customizations": {
|
||||
"vscode": {
|
||||
"extensions": [
|
||||
"tht13.rst-vscode",
|
||||
"tomoki1207.pdf"
|
||||
]
|
||||
}
|
||||
},
|
||||
"postCreateCommand": "python3 -m pip install -r requirements.txt && python3 -m pip install sphinx-autobuild && cd build && composer install --ignore-platform-reqs"
|
||||
}
|
||||
Reference in New Issue
Block a user