See dogfood instructions to get the dogfood application running locally. This tutorial assumes you are in the dogfood/ directory.
-
make lima-build-dogfood
to rebuild both client and server images.make lima-build-dogfood-client
to just build client.make lima-build-dogfood-server
to just build server.
-
make install
to apply recent code changes or Helm chart changes. -
make restart
to pick up changes by recreating the pods.make restart-client
to only recreate the client pod.make restart-server
to only recreate the server pod.
make install
to apply recent code changes or Helm chart changes.make restart
to pick up changes by recreating the pods.
If your changes don't seem to propagate, you can:
make uninstall
andmake install
or move to the top level directory and runcolima delete
andmake colima-start
and redo dogfood instructions