Using deprecated ENV syntax
Author: DiskCrasherCreated Jun 9, 2026Updated Sep 8, 2026
Labelsstale
ENV HOST 0.0.0.0 should be ENV HOST=0.0.0.0.
It also looks like the paths are wrong for copying the .sh scripts:
COPY ./docker/entry.sh $MEALIE_HOME/run.sh
The build file runs from the docker dir.
Source: mealie-recipes/mealie