diff --git a/Makefile b/Makefile index 6b1c8ed..f95f98d 100644 --- a/Makefile +++ b/Makefile @@ -5,3 +5,6 @@ jsonschema: pnpm dlx @adobe/jsonschema2md --input tmp --out docs/config rm -r out rm -r tmp + +docker: + docker build -t glyphance .