seedling/source/common/.devcontainer/devcontainer.json
Roman Jaroš 89e8068306
Some checks failed
forgejo/Procyon/seedling/pipeline/head There was a failure building this commit
forgejo/Procyon/seedling/pipeline/pr-master There was a failure building this commit
Add .devcontainer + minor changes
2023-12-22 17:48:27 +00:00

7 lines
No EOL
213 B
JSON

{
"name": "$(appName)",
"workspaceFolder": "/home/project/$(appName)",
"dockerComposeFile": "docker-compose.yml",
"service": "$(appName)",
"postCreateCommand": "sudo chown iamuser:iamuser -R /home/project",
}