fix docker file and move trade-dashboard
This commit is contained in:
parent
12ab52de91
commit
c5dd91d112
11 changed files with 1 additions and 1 deletions
|
|
@ -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"]
|
||||||
Loading…
Add table
Reference in a new issue