fast-inference-nllb / Dockerfile
winstxnhdw's picture
fix(caddy): set global `http_port`
963a77a
raw
history blame
136 Bytes
FROM ghcr.io/winstxnhdw/nllb-api:main
ENV SERVER_PORT 7860
ENV BACKEND_INTERNAL_URL http://localhost:$SERVER_PORT
EXPOSE $SERVER_PORT