pulumi-hugo-cn/.devcontainer/devcontainer.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

19 lines
482 B
JSON
Raw Permalink Normal View History

2021-10-20 09:13:56 +01:00
// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.202.3/containers/hugo
{
"name": "Hugo",
"build": {
"dockerfile": "Dockerfile",
"args": {
"VARIANT": "hugo",
"VERSION": "0.96.0",
2023-09-15 16:01:13 -05:00
"NODE_VERSION": "18",
"GO_VERSION": "1.16.9"
}
},
2021-10-20 09:13:56 +01:00
"forwardPorts": [1313],
2021-10-20 09:13:56 +01:00
"remoteUser": "node"
2021-10-20 09:13:56 +01:00
}