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
If an ADD or COPY instruction has an unknown flag defined, there should be a code action available for converting it to a --chown.
ADD
COPY
--chown
FROM node ADD --x=y . . COPY --x=y . .
The text was updated successfully, but these errors were encountered:
695dbca
rcjsuen
No branches or pull requests
If an
ADD
orCOPY
instruction has an unknown flag defined, there should be a code action available for converting it to a--chown
.The text was updated successfully, but these errors were encountered: