For some reason lately the docker builds on the free builder seem extremely slow.
I’m currently deploying and it took 600 seconds to build the image.
=> [internal] load build definition from Dockerfile 0.3s
=> => transferring dockerfile: 286B 0.3s
=> [internal] load .dockerignore 0.2s
=> => transferring context: 2B 0.2s
=> [internal] load metadata for docker.io/library/node:18-alpine3.15 0.6s
=> [1/6] FROM docker.io/library/node:18-alpine3.15@sha256:cd3a7004267e419477bbfc50e0502df8607a0b9b4465092f6e2c2ce4092faa45 0.0s
=> [internal] load build context 588.2s
=> => transferring context: 183.43MB 588.1s
=> CACHED [2/6] WORKDIR /usr/src/app 0.0s
=> [3/6] COPY package.json . 0.0s
=> [4/6] COPY package-lock.json . 0.0s
=> [5/6] RUN npm i 8.5s
=> [6/6] COPY . . 2.2s
=> exporting to image 2.2s
=> => exporting layers 2.2s
=> => writing image sha256:88b6aaa7cdab4b879c2cc35464c84e9f18c855b658b23a8e4036a3b14cd97efc 0.0s
=> => naming to registry.fly.io/wavekit-dashboard-prod-machines:deployment-01HH54RK22MDQJCRX5PSJBCWK4 0.0s
Could this be an issue on my end?
All projects for the past days seem to be very slow to deploy.