VamoBao

Results 3 comments of VamoBao

> 后端返回excel文件流,使用blob转换为file,LuckyExcel.transformExcelToLucky一直报这个错,有遇到的吗 Error: Can't find end of central directory : is this a zip file ? If it is, see https://stuk.github.io/jszip/documentation/howto/read_zip.html at ZipEntries.readEndOfCentral (luckyexcel.umd.js?f7e6:6465:1) at ZipEntries.load (luckyexcel.umd.js?f7e6:6553:1) at eval (luckyexcel.umd.js?f7e6:3897:1)...

用nginx启动试试,把Dockerfile最后一个阶段改为 ```dockerfile FROM nginx:latest COPY --from=python-env /app/site /usr/share/nginx/html/cook COPY howtocook.conf /etc/nginx/conf.d EXPOSE 5000 CMD [ "nginx","-g","daemon off;" ] ``` nginx配置文件参考 ```nginx server { listen 5000; server_name localhost; location / {...

那我就要上凉拌折耳根了哈