mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 06:23:34 -07:00
bug/added docker volume
This commit is contained in:
parent
8f41bfe627
commit
35f7d796bb
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ COPY --from=build-stage /app/dist /app/dist
|
||||||
RUN rm -rf /app/test /app/.temp
|
RUN rm -rf /app/test /app/.temp
|
||||||
|
|
||||||
|
|
||||||
|
VOLUME [ "/app_data/" ]
|
||||||
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "80"]
|
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "80"]
|
||||||
|
|
||||||
# ---------------------------------- #
|
# ---------------------------------- #
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue