Sfoglia il codice sorgente

解决部署报错问题

xueyiming 1 settimana fa
parent
commit
614b5c4456
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      .dockerignore

+ 1 - 0
.dockerignore

@@ -1,6 +1,7 @@
 # 白名单模式:默认忽略一切,只放行镜像构建所需文件。
 # 避免 Jenkins 工作区里的 .venv、html、脚本输出等大文件进入 build context。
 *
+!Dockerfile
 !app
 !app/**
 !requirements.txt