1
0
Fork 0
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:
Kevin Grossmann 2021-01-05 14:14:55 +01:00
parent 76aac242cb
commit 75bef08c7c
2 changed files with 7 additions and 2 deletions

View file

@ -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"]