I need to use feature --build-context in docker (https://docs.docker.com/build/concepts/context/#use-cases-for-named-contexts)
But I try some ways but no anyone work.
I need mount from second context into Dockerfile.
Example: docker build --build-context proto=../proto
And in Dockerfile I will
COPY --from proto . ../../
Anyone help me pls :(