We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3f8048 commit beda76cCopy full SHA for beda76c
1 file changed
src/applications/using-buildpacks.md
@@ -151,10 +151,10 @@ and set `BUILDPACK_URL` to the URL:
151
152
Which way to build a project conforms to the following principles:
153
154
-- If Dockerfile exists in the project, the builder uses `dockerbuilder`
155
-- If Procfile exists in the project, the builder uses `slugbuilder`
156
-- If both exist, dockerfile is used by default
157
-- You can also set the `DRYCC_BUILDER` to determine which builder to use.
+- If Dockerfile exists in the project, the stack uses `container`
+- If Procfile exists in the project, the stack uses `heroku-18`
+- If both exist, `container` is used by default
+- You can also set the `DRYCC_STACK` to determine which stack to use.
158
159
160
[pods]: http://kubernetes.io/v1.1/docs/user-guide/pods.html
0 commit comments