Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/docs/reference/config-as-code.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,10 @@ Location of non-standard Dockerfile.
}
```

**Path resolution:** `dockerfilePath` is resolved relative to the service’s Root Directory (Service Settings → Root Directory). If Root Directory is not set, it’s relative to the repository root.

**Build context:** The Docker build context is the same Root Directory used for the service build.

This field can be set to `null`.

More about building from a Dockerfile [here](/reference/dockerfiles).
Expand Down