mirror of
https://github.com/privacyguides/privacyguides.org
synced 2024-11-13 22:53:36 +01:00
c4c68f7f7e
Signed-off-by: Daniel Gray <dngray@privacyguides.org>
9 lines
454 B
JSON
9 lines
454 B
JSON
// 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; ./run.sh --cmd=mkdocs --insiders --production --cmd_flags=--dev-addr=0.0.0.0:8000"
|
|
}
|