Skip to content

Commit beda76c

Browse files
committed
chore(builder): change DRYCC_BUILD_TYPE to DRYCC_STACK
1 parent c3f8048 commit beda76c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/applications/using-buildpacks.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -151,10 +151,10 @@ and set `BUILDPACK_URL` to the URL:
151151

152152
Which way to build a project conforms to the following principles:
153153

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.
154+
- If Dockerfile exists in the project, the stack uses `container`
155+
- If Procfile exists in the project, the stack uses `heroku-18`
156+
- If both exist, `container` is used by default
157+
- You can also set the `DRYCC_STACK` to determine which stack to use.
158158

159159

160160
[pods]: http://kubernetes.io/v1.1/docs/user-guide/pods.html

0 commit comments

Comments
 (0)