mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-12-02 16:44:05 -05:00
Normalize recipe instructions, yield, and image url
Including tests and example recipe data.
This commit is contained in:
@@ -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" ]
|
||||
Reference in New Issue
Block a user