diff --git a/reference/configuration.html.markerb b/reference/configuration.html.markerb index cc3071bb75..f6042ac850 100644 --- a/reference/configuration.html.markerb +++ b/reference/configuration.html.markerb @@ -109,7 +109,11 @@ The image builder is used when you want to immediately deploy an existing public `dockerfile` accepts a relative path to a Dockerfile, or a URL. By default, `flyctl` looks for `Dockerfile` in the application root. -**Gotchas:** 1) This option will not change the Docker context path, which is set to the project root directory by default. If you want the `Dockerfile` to use its containing directory as the context root, use `fly deploy `. 2) When specifying a local Dockerfile, make sure it's not excluded from the Docker build context in your `.dockerignore`. +
+**Gotchas:** +- This option will not change the Docker context path, which is set to the project root directory by default. If you want the `Dockerfile` to use its containing directory as the context root, use `fly deploy `. +- When specifying a local Dockerfile, make sure it's not excluded from the Docker build context in your `.dockerignore`. +
### Specify a Docker ignore file