Skip to content

Commit 0921a9a

Browse files
committed
fix: correct builder casing in Railway configuration
1 parent 562a5af commit 0921a9a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

railway.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
[build]
99
# Use Dockerfile for build
10-
builder = "dockerfile"
10+
builder = "DOCKERFILE"
1111
dockerfilePath = "apps/web/Dockerfile"
1212

1313
# Build context is the repo root

0 commit comments

Comments
 (0)