When I try to deploy my .NET WebAPI using “flyctl deploy”,
I receive the following error message:
“#Error failed to fetch an image or build from source: error building: executor failed running [/bin/sh -c dotnet build “WebApplication2.csproj” -c Release -o /app/build]: exit code: 1”.
I think the Docker build is failing, but it was successful the last time I tried to deploy it.