nodejs-default-mitol.dockerfile 76 B

12345
  1. FROM mitol:latest
  2. ENV NODE_HANDLER mysql-raw
  3. CMD ["node", "app-mitol.js"]