mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 06:23:34 -07:00
Changed uvicorn port to 80
This commit is contained in:
parent
f5ab2dcde8
commit
e7cb7c6cfd
1 changed files with 1 additions and 1 deletions
|
@ -21,4 +21,4 @@ COPY ./mealie /app
|
||||||
COPY ./mealie/data/templates/recipes.md /app/data/templates/
|
COPY ./mealie/data/templates/recipes.md /app/data/templates/
|
||||||
COPY --from=build-stage /app/dist /app/dist
|
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"]
|
Loading…
Add table
Add a link
Reference in a new issue