function create()

in build.js [39:41]


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