Closed cuuupid closed 7 months ago
for #25
Using this regex to catch those cases: COPY .*\/src ?(# .*)?$ which should catch any layer that COPY's into /src.
COPY .*\/src ?(# .*)?$
COPY
/src
I think this isn't actually a general solution. We might need a "layer picker" menu when we can't find the src layer directly
for #25
Using this regex to catch those cases:
COPY .*\/src ?(# .*)?$
which should catch any layer thatCOPY
's into/src
.