fix docker file and move trade-dashboard

This commit is contained in:
sirius0xdev 2026-05-03 21:31:25 +00:00
parent 12ab52de91
commit c5dd91d112
11 changed files with 1 additions and 1 deletions

View file

@ -14,5 +14,5 @@ COPY alembic.ini ./alembic.ini
COPY alembic/ ./alembic/ COPY alembic/ ./alembic/
EXPOSE 8000 EXPOSE 8000
ENV PYTHONPATH=/app/app
CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "8000"] CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "8000"]