You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/concepts/railpack.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,11 +8,11 @@ sidebar_position: 500
8
8
9
9
[Railpack](https://railpack.com/) is a tool for building container images from source code with minimal configuration. It is the successor to [Nixpacks](https://nixpacks.com/) and incorporates several lessons learned from running Nixpacks in production at [Railway](https://railway.com/) over the years.
10
10
11
-
In Defang deployments, one of the most common points of failure is a missing or invalid Dockerfile that can’t produce OCI-compliant images. This is especially common when Dockerfile are generated by LLMs or created by users with limited Docker experience. Since integrating Railpack into Defang, if no Dockerfile is provided, we now automatically build a working image for you using Railpack.
11
+
In Defang deployments, one of the most common issues faced by users is a missing or invalid Dockerfile that can’t produce OCI-compliant images. This is especially common when Dockerfile are generated by LLMs or created by users with limited Docker experience. Since integrating Railpack into Defang, if no Dockerfile is provided, we now automatically build a working image for you using Railpack.
12
12
13
13
## How to trigger a Defang Railpack deployment
14
14
15
-
When you run a Defang Railpack deployment you need 2 components:
15
+
When you run a Defang Railpack deployment, you need 2 components:
16
16
17
17
1. A working application
18
18
2. A valid Compose file
@@ -44,7 +44,7 @@ If the deployment fails, here are some things you can try.
44
44
45
45
### Railpack Detection
46
46
47
-
To allow Railpack to generate a build plan for your project, please structure it to include the following files, or rename existing ones to be compatible.
47
+
To allow Railpack to generate a build plan for your project, please restructure or rename your existing project files to be Railpack-compatible, as described for each framework below.
48
48
49
49
#### [Node](https://railpack.com/languages/node/)
50
50
@@ -111,7 +111,7 @@ Your project will be detected as a Rust application if any of these conditions a
111
111
112
112
Your project will be detected as a Elixir application if any of these conditions are met:
0 commit comments