<div dir="ltr"><div>i have a bunch of files on a local filesystem (ok, it's NAS) that I serve up using an nginx docker image, just pointing the doc root to the system i want to share. <br></div><div><br></div><div>that's fine for my xml files.  the users can browse and see then on the filesystem.  <br></div><div><br></div><div>i also have some .bin files that can be converted using a custom java api.  how can i easily hook the bin files to processed through a command on the system?  <br></div><div><br></div><div>java -jar MyTranscoder.jar myInputFile.bin</div><div><br></div><div><br></div></div>