Skip to content
Closed
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
6 changes: 6 additions & 0 deletions content/docs/builds/build-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,12 @@ in your service:
NO_CACHE=1
```

This forces Railway to rebuild layers instead of reusing cached build output.
It does not change which repository, branch, root directory, or Dockerfile is
used for the deployment. If a build appears to use stale or unexpected files,
also check the service's linked repository, branch, [root directory](#set-the-root-directory),
Dockerfile path, and watch paths before redeploying.

## Why isn't my build using cache?

Since Railway's build system scales up and down in response to demand, cache hit
Expand Down
Loading