* TODO lima vm for running docker # ghmrva

This commit is contained in:
2025-05-18 21:28:50 -07:00
parent 31e4533d9e
commit 0528e13b2a

View File

@@ -88,16 +88,19 @@
{
# Agent
cd /Users/hohn/work-gh/mrva/mrva-docker/containers/agent/
MAG_TARGET=mrva-agent:0.4.0
docker build --no-cache --network host -t ${MAG_TARGET} .
}
{
# server
cd /Users/hohn/work-gh/mrva/mrva-docker/containers/server
docker build --no-cache --network host -t mrva-server:${MAG_VERSION} .
}
{
# ghmrva
cd /Users/hohn/work-gh/mrva/mrva-docker/containers/ghmrva/
docker build --no-cache -t client-ghmrva-container:${MAG_VERSION} .
}
#