有谁确切地知道 buildpack 的 bin/compile 阶段与 slug 和部署有何关系?编译阶段的整个 BUILD_DIR 是否在 /app 处得到 tgz 和解包?
问问题
93 次
1 回答
1
是的,如buildpack 文档中所述:
The application in BUILD_DIR along with all changes made by the compile script will be packaged into a slug.
于 2013-01-20T00:12:04.120 回答