Added local Docker container rule for testing locally

This commit is contained in:
David Allen 2024-07-30 11:32:21 -06:00
parent dbea108f74
commit a0ee615d30
No known key found for this signature in database
GPG key ID: 717C593FF60A2ACC

View file

@ -13,6 +13,9 @@ exe:
docker: binaries plugins docker: binaries plugins
docker build . --build-arg REGISTRY_HOST=${REGISTRY_HOST} --no-cache --pull --tag '${NAME}:${VERSION}' docker build . --build-arg REGISTRY_HOST=${REGISTRY_HOST} --no-cache --pull --tag '${NAME}:${VERSION}'
docker-testing: binaries plugins
docker build . --tag configurator:testing
# build all of the generators into plugins # build all of the generators into plugins
plugins: plugins:
mkdir -p lib mkdir -p lib