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