Skip to content

Commit 5d53cf4

Browse files
authored
Merge pull request #3113 from Dokploy/Wrong-Railpack-version-in-the-build-logs-#2535
feat: add Railpack installation command to builder script
2 parents 33d4f57 + ff27f08 commit 5d53cf4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/server/src/utils/builders/railpack.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,9 @@ export const getRailpackCommand = (application: ApplicationNested) => {
8585
const bashCommand = `
8686
8787
# Ensure we have a builder with containerd
88+
89+
export RAILPACK_VERSION=${application.railpackVersion}
90+
bash -c "$(curl -fsSL https://railpack.com/install.sh)"
8891
docker buildx create --use --name builder-containerd --driver docker-container || true
8992
docker buildx use builder-containerd
9093

0 commit comments

Comments
 (0)