Trying to launch a Docker based app (region BOS, on an M1 Mac, updated to flyctl 0.0.456
), I’m getting:
App is not running, deploy...
==> Building image
WARN Failed to start remote builder heartbeat: You hit a Fly API error with request ID: `01GRV5RE9Z9G86K7DYNGMCYWCY-bos`
Error failed to fetch an image or build from source: error connecting to docker: You hit a Fly API error with request ID: `01GRV5RENZFB8BQQD47DMR1Z0B-bos`
Dockerfile (confirmed working on GCP Cloud Run)
FROM jarredsumner/bun:edge
COPY . .
ENTRYPOINT ["bun", "./hello.ts"]