mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 14:33:33 -07:00
reload in dev env
This commit is contained in:
parent
94062f37f4
commit
20aaf209cc
1 changed files with 1 additions and 1 deletions
|
@ -18,4 +18,4 @@ RUN poetry install
|
|||
|
||||
COPY ./mealie /app/mealie
|
||||
|
||||
CMD ["uvicorn", "mealie.app:app", "--host", "0.0.0.0", "--port", "9000"]
|
||||
CMD ["uvicorn", "mealie.app:app", "--host", "0.0.0.0", "--port", "9000", "--reload"]
|
Loading…
Add table
Add a link
Reference in a new issue