File size: 147 Bytes
a411f29
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
FROM diegosouzapw/omniroute:latest

ENV PORT=7860
ENV HOSTNAME=0.0.0.0
ENV NODE_ENV=production

EXPOSE 7860

CMD ["node", "run-standalone.mjs"]