We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07451a5 commit 20943b6Copy full SHA for 20943b6
1 file changed
src/understanding-workflow/components.md
@@ -48,7 +48,7 @@ Builder currently supports both buildpack and Dockerfile based builds.
48
49
For Buildpack-based deploys, the builder component will launch a one-shot Pod
50
in the `drycc` namespace. This pod runs `slugbuilder` component which handles
51
-default and custom buildpacks (specified by `BUILDPACK_URL`). The "compiled"
+default and custom buildpacks (specified by `.buildpacks`). The "compiled"
52
application results in a slug, consisting of your application code and all of
53
its dependencies as determined by the buildpack. The slug is pushed to the
54
cluster-configured object storage for later execution. For more information
0 commit comments