omniroute-proxy / Dockerfile
Alexander Vinokur
Minimal OmniRoute for HuggingFace
a411f29
raw
history blame contribute delete
147 Bytes
FROM diegosouzapw/omniroute:latest
ENV PORT=7860
ENV HOSTNAME=0.0.0.0
ENV NODE_ENV=production
EXPOSE 7860
CMD ["node", "run-standalone.mjs"]