Changed uvicorn port to 80

This commit is contained in:
kentora
2021-01-09 22:18:21 +01:00
parent f5ab2dcde8
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"]