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

contribution framework updates

This commit is contained in:
Hayden 2021-01-03 14:25:38 -09:00
parent adbc126ef5
commit db30daceef
19 changed files with 16 additions and 0 deletions

View file

@ -18,6 +18,7 @@ WORKDIR /app
RUN pip install -r requirements.txt
COPY ./mealie /app
COPY ./mealie/data/templates/recipes.md /app/data/templates/
COPY --from=build-stage /app/dist /app/dist