1// For format details, see https://aka.ms/devcontainer.json. For config options, see the
2// README at: https://github.com/devcontainers/templates/tree/main/src/ubuntu
3{
4 "image": "mcr.microsoft.com/vscode/devcontainers/base:ubuntu",
5 "forwardPorts": [
6 7777,
7 2222
8 ],
9 "remoteEnv": {
10 "SMALLWEB_DIR": "${containerWorkspaceFolder}/example"
11 },
12 "features": {
13 "ghcr.io/devcontainers/features/go:1": {},
14 "ghcr.io/devcontainers-community/features/deno:1": {},
15 "ghcr.io/devcontainers-extra/features/caddy:1": {}
16 }
17}