mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-08-05 21:45:25 +02:00
Mount Vue Frontend only in production
This commit is contained in:
parent
76aac242cb
commit
75bef08c7c
2 changed files with 7 additions and 2 deletions
|
@ -21,4 +21,6 @@ COPY ./mealie /app
|
|||
COPY ./mealie/data/templates/recipes.md /app/data/templates/
|
||||
COPY --from=build-stage /app/dist /app/dist
|
||||
|
||||
ENV ENV prod
|
||||
|
||||
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "9000"]
|
Loading…
Add table
Add a link
Reference in a new issue