From f845dc10bf32135d09453dba693469c1c347682d Mon Sep 17 00:00:00 2001 From: aswind7 <854413241@qq.com> Date: Fri, 31 Oct 2025 15:32:09 +0800 Subject: [PATCH] fix dockerfile name Signed-off-by: aswind7 <854413241@qq.com> --- contrib/docker/frontend-with-nginx/Dockerfile.dockerbuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/docker/frontend-with-nginx/Dockerfile.dockerbuild b/contrib/docker/frontend-with-nginx/Dockerfile.dockerbuild index 47fd506a34..6c87681391 100644 --- a/contrib/docker/frontend-with-nginx/Dockerfile.dockerbuild +++ b/contrib/docker/frontend-with-nginx/Dockerfile.dockerbuild @@ -6,7 +6,7 @@ # This dockerfile also performs the build first inside docker. This may come # with a build time impact, but is sometimes desirable. If you want to run the -# build on the host instead, use the file simply named Dockerfile in this folder +# build on the host instead, use the file simply named Dockerfile.hostbuild in this folder # instead. # USAGE: