We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
context
When adding the COPY steps to the Dockerfile, the scripts directory is assumed to be in the root of the docker build context.
COPY
Dockerfile
scripts
The snippet add command should take account of the context property if set in devcontainer.json (see this example)
snippet add
devcontainer.json
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When adding the
COPY
steps to theDockerfile
, thescripts
directory is assumed to be in the root of the docker build context.The
snippet add
command should take account of thecontext
property if set indevcontainer.json
(see this example)The text was updated successfully, but these errors were encountered: