Spaces:
Sleeping
Sleeping
File size: 631 Bytes
0a04b24 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
// Add Dev containers configuration files => Add configuration user data folder => From Dockerfile => no checkbox => no checkbox => OKay
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
// README at: https://github.com/devcontainers/templates/tree/main/src/docker-existing-dockerfile
{
"name": "dogsbreadcontainer",
"build": {
// Sets the run context to one level up instead of the .devcontainer folder.
"context": "..",
// Update the 'dockerFile' property if you aren't using the standard 'Dockerfile' filename.
"dockerfile": "../Dockerfile"
},
"forwardPorts": [
7860
]
}
|