function create()

in build.js [40:42]


function create() {
  return execAndPrint("docker", `build -t openjpeg-decoder .`);
}