mirror of
https://github.com/davidallendj/configurator.git
synced 2025-12-20 03:27:02 -07:00
Added local Docker container rule for testing locally
This commit is contained in:
parent
dbea108f74
commit
a0ee615d30
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
|
@ -13,6 +13,9 @@ exe:
|
|||
docker: binaries plugins
|
||||
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
|
||||
plugins:
|
||||
mkdir -p lib
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue