mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-09 03:04:54 -04:00
silence curl
This commit is contained in:
parent
09e3b83933
commit
f3305a9074
@ -134,7 +134,7 @@ ENV APP_PORT=80
|
|||||||
|
|
||||||
EXPOSE ${APP_PORT}
|
EXPOSE ${APP_PORT}
|
||||||
|
|
||||||
HEALTHCHECK CMD curl -f http://localhost:${APP_PORT} || exit 1
|
HEALTHCHECK CMD curl -fs http://localhost:${APP_PORT} || exit 1
|
||||||
|
|
||||||
RUN chmod +x $MEALIE_HOME/mealie/run.sh
|
RUN chmod +x $MEALIE_HOME/mealie/run.sh
|
||||||
ENTRYPOINT $MEALIE_HOME/mealie/run.sh
|
ENTRYPOINT $MEALIE_HOME/mealie/run.sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user