You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have repo that currently takes a very long time to build the Docker container due to a large npm install. Whenever I run happy create or happy update, it tries to rebuild the images. Is this by design? Here is the use case where this was frustrating:
I create some Terraform
I fixed some code
I create a stack to test my changes
I realize the Terraform is not right, so I make an update to the terraform
I run happy update <stack_name>
Even though I can use the same image, it rebuilds it
The text was updated successfully, but these errors were encountered:
I have repo that currently takes a very long time to build the Docker container due to a large
npm install
. Whenever I runhappy create
orhappy update
, it tries to rebuild the images. Is this by design? Here is the use case where this was frustrating:happy update <stack_name>
The text was updated successfully, but these errors were encountered: