Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 504 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 504 Bytes

isig

Itema e-mail signature generator

Building

The following code will build and create an Docker image file that can be started as a container.

./mvnw install dockerfile:build && rm -f itema-isig.tar.gz \
	&& docker save no.itema/isig | gzip -c > itema-isig.tar.gz

The image file will weigh in at about 134MiB.

Building without java

If Java is not installed on your system, the iSig service can run using Docker only. See the README in the docker folder