Docker image for FontCustom.
Show help message:
docker run \
-v $(pwd)/input:/input \
-v $(pwd)/output:/output \
-it noam09/docker-fontcustom:latest
Compile SVG files from input
directory and save results to output
directory:
docker run \
-v $(pwd)/input:/input \
-v $(pwd)/output:/output \
-it noam09/docker-fontcustom:latest \
compile /input -o /output --name MyFont1