`. 2) When specifying a local Dockerfile, make sure it's not excluded from the Docker build context in your `.dockerignore`.
+
+- 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