mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 14:33:33 -07:00
roll back docker
This commit is contained in:
parent
4aed29cda9
commit
887213f35b
1 changed files with 1 additions and 3 deletions
|
@ -33,8 +33,6 @@ COPY ./mealie /app
|
||||||
COPY ./Caddyfile /app
|
COPY ./Caddyfile /app
|
||||||
COPY --from=build-stage /app/dist /app/dist
|
COPY --from=build-stage /app/dist /app/dist
|
||||||
RUN rm -rf /app/test /app/.temp
|
RUN rm -rf /app/test /app/.temp
|
||||||
RUN chmod +x run.sh
|
|
||||||
|
|
||||||
VOLUME [ "/app/data/" ]
|
VOLUME [ "/app/data/" ]
|
||||||
ENTRYPOINT ["/app/run.sh"]
|
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