Baike.dev
All toolsAI codingTrendingOpen sourceNewsSubmit
Log in
Back to tool/Back to issues
#7745·mealie

Using deprecated ENV syntax

Author: DiskCrasherCreated Jun 9, 2026Updated Sep 8, 2026
Labelsstale

https://github.com/mealie-recipes/mealie/blob/040ec56c186384c3b9d0f3eba3afc90e2513d926/docker/Dockerfile#L156

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

View original on GitHubView discussion on GitHub