mirror of
https://github.com/Hestia-Homes/insight.git
synced 2026-06-30 13:10:44 +00:00
correct app
This commit is contained in:
parent
aead220557
commit
de59b2e593
1 changed files with 1 additions and 1 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue