Marno-o opened a new issue #2205: URL: https://github.com/apache/apisix-dashboard/issues/2205
### Issue description I want to build image locally ,but found this error: ```shell /usr/bin/env: 'bash\r': No such file or directory ``` It's caused by this build script: `api/build.sh`. This build script was wrote in format dos , it contains `\r` so cannot be read by linux. ### Expected behavior please check and fix ### How to Reproduce docker build -t apisix-dashboard:test . ### Screenshots _No response_ ### Environment - OS (cmd: `uname -a`): CentOS 7 - apisix-dashboard version, if have: 2.9.0 ### Additional context _No response_ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
