Link to the affected page or pages
Describe what parts of the doc need improvement
Multiple pages currently instructs users to run npx dockerfile (or bunx dockerfile). However, the dockerfile package on npm does not appear to be maintained or owned by Fly.io, and does not match the intended functionality described in the docs.
Based on Fly.io’s official tooling, it seems the docs likely intend users to run npx @flydotio/dockerfile, which corresponds to the repository here: https://github.com/fly-apps/dockerfile-node.
This mismatch can be confusing for users, as running npx dockerfile gives the error:
npm error could not determine executable to run
It would be clearer and safer to explicitly reference the correct scoped package (@flydotio/dockerfile) throughout the docs.
I can submit a PR to fix this if needed.
Link to the affected page or pages
Describe what parts of the doc need improvement
Multiple pages currently instructs users to run
npx dockerfile(orbunx dockerfile). However, thedockerfilepackage on npm does not appear to be maintained or owned by Fly.io, and does not match the intended functionality described in the docs.Based on Fly.io’s official tooling, it seems the docs likely intend users to run
npx @flydotio/dockerfile, which corresponds to the repository here: https://github.com/fly-apps/dockerfile-node.This mismatch can be confusing for users, as running
npx dockerfilegives the error:It would be clearer and safer to explicitly reference the correct scoped package (@flydotio/dockerfile) throughout the docs.
I can submit a PR to fix this if needed.