Can't Deploy with Remote Builders

Getting this error:

Error error building: error building with docker: Error response from daemon: Error processing tar file(exit status 1): write /tsconfig.json: no space left on device

That means the builder’s volume is full. You can either ssh into it and run docker system prune -a or just delete the app with flyctl apps destroy <app-name> and it’ll get recreated on the next build.

We’ll look into why the volume isn’t getting cleaned correctly.