summaryrefslogtreecommitdiff
path: root/.devcontainer.json
blob: 28bba9fcee10d82e852b02ea4fed8a1407731a42 (plain)
1
2
3
4
5
6
7
8
9
10
{
    "forwardPorts": [
        5000,
        5900,
        6081,
        8080,
        8082
    ],
    "image": "ghcr.io/cs50/codespace:b73dd04c40a0278a417bc0d7c806f78591392dae"
}