1
0
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2025-08-25 20:29:16 +00:00
Files
privacyguides.org/.devcontainer/team/devcontainer.json

9 lines
445 B
JSON
Raw Normal View History

2024-04-05 14:47:56 -05:00
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
// README at: https://github.com/devcontainers/templates/tree/main/src/python
{
"name": "Privacy Guides Team",
"image": "ghcr.io/privacyguides/privacyguides.org:main",
"forwardPorts": [8000],
"postCreateCommand": "git submodule init; git submodule update theme/assets/brand; mkdocs serve --dev-addr=0.0.0.0:8000 --config-file mkdocs-production.yml"
2024-04-05 14:47:56 -05:00
}