FROM diegosouzapw/omniroute:3.7.9 ENV PORT=7860 ENV HOSTNAME=0.0.0.0 ENV NODE_ENV=production EXPOSE 7860 CMD ["node", "run-standalone.mjs"]