diff --git a/js/the-basics/dockerfiles.html.md b/js/the-basics/dockerfiles.html.md index 35a19bbdf6..22ddfbacbc 100644 --- a/js/the-basics/dockerfiles.html.md +++ b/js/the-basics/dockerfiles.html.md @@ -17,10 +17,10 @@ Launching applications on Fly can be as simple as running: fly launch ``` -In most cases you won't ever need to edit this Dockerfile directly. Instead you will be +In most cases you won't ever need to edit the Dockerfile `fly launch` provides for you directly. Instead you will be able to use one or more of the many [options](https://github.com/fly-apps/dockerfile-node#options) to make changes. For example: ```cmd npx dockerfile --add=dnsutils -``` \ No newline at end of file +```