1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-08-08 15:05:25 +02:00

Normalize recipe instructions, yield, and image url

Including tests and example recipe data.
This commit is contained in:
Richard Mitic 2021-01-05 19:13:37 +01:00
parent 838a587ca1
commit 96b9f74f84
18 changed files with 1363 additions and 6 deletions

View file

@ -10,6 +10,7 @@ COPY ./requirements.txt /app/requirements.txt
WORKDIR /app
RUN pip install -r requirements.txt
RUN pip install pytest
COPY ./mealie /app
@ -17,4 +18,4 @@ COPY ./mealie /app
ENTRYPOINT [ "python" ]
# TODO Reconfigure Command to start a Gunicorn Server that managed the Uvicorn Server. Also Learn how to do that :-/
CMD [ "app.py" ]
CMD [ "app.py" ]