1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-08-03 04:25:24 +02:00

test build

This commit is contained in:
Hayden 2021-01-03 16:04:56 -09:00
parent b0abc9e082
commit 843cf92614
2 changed files with 1 additions and 5 deletions

View file

@ -21,5 +21,4 @@ COPY ./mealie /app
COPY ./mealie/data/templates/recipes.md /app/data/templates/
COPY --from=build-stage /app/dist /app/dist
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "9000"]