mirror of
https://github.com/tiennm99/coolify.git
synced 2026-07-07 09:10:59 +00:00
36baf70637
Dockerfile buildpack was passing --network {custom_network_name} to
docker build, but BuildKit only supports host, none, and default.
Every other buildpack already uses --network host with --add-host
flags. Aligned the Dockerfile path to match.
Fixes #9804