Install dependencies in prebuild #1458
|
hello folks, messing with prebuilds and wanted to know, I install yarn / pip etc dependencies as a postCreateCommand which takes time when the instance comes up. Can you call a command in a prebuild to get the deps for you to nullify the need on container startup? Or are prebuilds everything minus the code in the workspace? Its not entirely clear in the docs. |
Answered by
pascalbreuninger
Dec 13, 2024
Replies: 1 comment 1 reply
|
Hey @buggtb, we currently don't include the changes of lifecycle commands like This is something we can change though :) |
1 reply
Answer selected by
buggtb
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @buggtb, we currently don't include the changes of lifecycle commands like
postCreateCommandinto the prebuild, only features and whatever is in your Dockerfile in case you have one.This is something we can change though :)