reload in dev env

This commit is contained in:
hay-kot 2021-03-20 13:51:46 -08:00
commit 20aaf209cc

View file

@ -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"]