Christopher White
Results
1
comments of
Christopher White
In my case it was `COPY` as well --- I accidentally said `COPY` when I should have said `RUN cp`. `COPY` goes from build context to container, and `RUN cp`...