I deployed my first app yesterday- a postgres database and it ran well. I deleted the entire app and tried launching and deploying the same postgres app but I encountered this error in fly deploy
Building 12.8s (2/2) FINISHED
=> [internal] load remote build context 0.0s
=> ERROR copy /context / 10.2s
------
> copy /context /:
------
Error: failed to fetch an image or build from source: error building: failed to solve with frontend dockerfile.v0: failed to read dockerfile: Error processing tar file(exit status 1): unexpected EOF
I have no idea why it is happening.