Summary
The user is seeking clarification on a change in the Earthfile syntax after upgrading from version 0.5 to 0.8, specifically regarding the COPY ./ ./
command, which no longer works. They mention that it can be fixed by using COPY . .
but want to understand the reason for the change.