nam pham commited on
Commit
3c77fc1
·
1 Parent(s): c3459dd

chore: change port expose

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -36,5 +36,5 @@ ENV VIRTUAL_ENV=/app/.venv \
36
  COPY --from=builder ${VIRTUAL_ENV} ${VIRTUAL_ENV}
37
 
38
  # Install litserve and requirements
39
- EXPOSE 8000
40
  CMD ["sh", "/app/bin/start-api.sh"]
 
36
  COPY --from=builder ${VIRTUAL_ENV} ${VIRTUAL_ENV}
37
 
38
  # Install litserve and requirements
39
+ EXPOSE 7860
40
  CMD ["sh", "/app/bin/start-api.sh"]