mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
feat: new run method & add local dev setup
This commit is contained in:
parent
67c18a2d1e
commit
24be39f7e3
6 changed files with 27 additions and 6 deletions
|
|
@ -25,4 +25,4 @@ RUN poetry install --no-interaction --no-ansi
|
|||
COPY ./ /usr/learnhouse
|
||||
|
||||
#
|
||||
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "80" , "--reload" ]
|
||||
CMD ["python" , "app.py"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue