devcontainer-cli icon indicating copy to clipboard operation
devcontainer-cli copied to clipboard

Bug: take `context` path into account when copying snippet scripts

Open stuartleeks opened this issue 4 years ago • 0 comments

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)

stuartleeks avatar Jun 23 '21 08:06 stuartleeks