This is an automated email from the ASF dual-hosted git repository.

ashishtiwari pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-docker.git


The following commit(s) were added to refs/heads/master by this push:
     new 9c1dce2  fix: failing docker build for debian-dev (#581)
9c1dce2 is described below

commit 9c1dce2cc7bc6af0cd242c8fa87e44e5a0cab56c
Author: Ashish Tiwari <[email protected]>
AuthorDate: Mon Feb 24 14:37:38 2025 +0530

    fix: failing docker build for debian-dev (#581)
---
 debian-dev/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian-dev/Dockerfile b/debian-dev/Dockerfile
index 08ebb5e..4a7e0d7 100644
--- a/debian-dev/Dockerfile
+++ b/debian-dev/Dockerfile
@@ -65,7 +65,7 @@ ENV 
PATH=$PATH:/usr/local/openresty/luajit/bin:/usr/local/openresty/nginx/sbin:/
 EXPOSE 9080 9443
 
 COPY ./docker-entrypoint.sh /docker-entrypoint.sh
-COPY ./utils/check_standalone_config.sh /check_standalone_config.sh
+COPY ./check_standalone_config.sh /check_standalone_config.sh
 
 ENTRYPOINT ["/docker-entrypoint.sh"]
 

Reply via email to