I tried to deploy this sample. GitHub - HelixHEX/fly-monorepo-demo
However, I got stuck at this step:
=> CACHED [builder 2/8] COPY --from=pruner /app/out/package-lock.json ./package-lock.json 0.0s
=> CACHED [builder 3/8] COPY --from=pruner /app/out/json/ . 0.0s
=> CACHED [builder 4/8] RUN npm install --production=false 0.0s
=> CACHED [builder 5/8] COPY --from=pruner /app/out/full/ . 0.0s
=> ERROR [builder 6/8] RUN turbo run build --scope=api-gateway 0.3s
[builder 6/8] RUN turbo run build --scope=api-gateway:
0.257
0.257 Attention:
0.257 Turborepo now collects completely anonymous telemetry regarding usage.
0.257 This information is used to shape the Turborepo roadmap and prioritize features.
0.257 You can learn more, including how to opt-out if you’d not like to participate in this anonymous program, by visiting the following URL:
0.257 Telemetry | Turborepo
0.257
0.291 ERROR run failed: Could not find the following tasks in project: build
Error: failed to fetch an image or build from source: error building: failed to solve: process “/bin/sh -c turbo run build --scope=${PROJECT}” did not complete successfully: exit code: 1
I ran turbo run build --scope=api-gateway, it’s working fine. it must be with docker setting?