correct app

This commit is contained in:
Jun-te Kim 2025-12-15 12:12:55 +00:00
parent aead220557
commit de59b2e593

View file

@ -31,4 +31,4 @@ COPY . /app
EXPOSE 8000
# Run Dash app via Gunicorn
CMD ["gunicorn", "backend.src.dashboard.main:server", "--bind", "0.0.0.0:8000"]
CMD ["gunicorn", "backend.src.dashboard.app:server", "--bind", "0.0.0.0:10000"]