contribution framework updates

This commit is contained in:
Hayden 2021-01-03 14:25:38 -09:00
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