nllb-api / Dockerfile
winstxnhdw's picture
perf: use multi-stage docker build
333b5a6
raw
history blame
81 Bytes
FROM ghcr.io/winstxnhdw/nllb-api:main
ENV SERVER_PORT 7860
EXPOSE $SERVER_PORT