We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 33d4f57 + ff27f08 commit 5d53cf4Copy full SHA for 5d53cf4
packages/server/src/utils/builders/railpack.ts
@@ -85,6 +85,9 @@ export const getRailpackCommand = (application: ApplicationNested) => {
85
const bashCommand = `
86
87
# Ensure we have a builder with containerd
88
+
89
+export RAILPACK_VERSION=${application.railpackVersion}
90
+bash -c "$(curl -fsSL https://railpack.com/install.sh)"
91
docker buildx create --use --name builder-containerd --driver docker-container || true
92
docker buildx use builder-containerd
93
0 commit comments