docker build -t mathemon/base -f Dockerfile .
docker build -t mathemon/server -f apps/server/Dockerfile .
docker build -t mathemon/web -f apps/client/Dockerfile .docker container run -it --rm mathemon/base /bin/shdocker container run -it --rm mathemon/server /bin/shdocker container run -it --rm mathemon/web /bin/shhelm install -n mathemon --create-namespace mathemon-server ./apps/server/helm-charthelm install -n mathemon --create-namespace mathemon-web ./apps/web/helm-charthelm uninstall -n mathemon --create-namespace mathemon-serverhelm uninstall -n mathemon --create-namespace mathemon-web ./apps/web/helm-chartOur setup works with environments, so assuming you created a values.yaml in the following path:
environments
local
values.yaml
helmfile apply -e localhelmfile destroy -e local