Changed uvicorn port to 80

This commit is contained in:
kentora 2021-01-09 22:18:21 +01:00
commit e7cb7c6cfd

View file

@ -21,4 +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"]
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "80"]