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:
parent
adbc126ef5
commit
db30daceef
19 changed files with 16 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue