1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-08-07 06:25:21 +02:00

docker image updates

This commit is contained in:
Hayden 2021-01-09 13:13:16 -09:00
parent caad1acd76
commit d81ea8ead5
3 changed files with 4 additions and 3 deletions

View file

@ -24,4 +24,6 @@ RUN rm -rf /app/test /app/temp
ENV ENV prod
VOLUME [ "/app/data" ]
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "9000"]