fix: docker backend entrpoint issues

This commit is contained in:
DESKTOP-RTLN3BA\$punk 2025-10-28 23:35:53 -07:00
parent 1ea99bc8f6
commit 133e2639ec
3 changed files with 2 additions and 4 deletions

View file

@ -72,5 +72,5 @@ ENV PYTHONPATH=/app
ENV UVICORN_LOOP=asyncio
# Run
EXPOSE 8000
EXPOSE 8000-8001
CMD ["/app/scripts/docker/entrypoint.sh"]