When adding the `COPY` steps to the `Dockerfile`, the `scripts` directory is assumed to be in the root of the docker build context. The `snippet add` command should take account of the `context` property if set in `devcontainer.json` (see [this example](https://github.com/microsoft/vscode-dev-containers/blob/main/containers/python-3-miniconda/.devcontainer/devcontainer.json#L4))
When adding the
COPYsteps to theDockerfile, thescriptsdirectory is assumed to be in the root of the docker build context.The
snippet addcommand should take account of thecontextproperty if set indevcontainer.json(see this example)