Skip to content

Commit

Permalink
replace 'this' with a clearer identification as to where the file com…
Browse files Browse the repository at this point in the history
…es from
  • Loading branch information
rubys committed Oct 3, 2023
1 parent 7e61d4f commit 7bc7348
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/the-basics/dockerfiles.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
```

0 comments on commit 7bc7348

Please sign in to comment.