Explorar el Código

Merge branch 'dev_awg' of http://git.jiayuepowertech.com:9022/anweiguo/algorithm_platform into dev_awg

anweiguo hace 5 meses
padre
commit
668092c5b9
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      Dockerfile

+ 2 - 1
Dockerfile

@@ -13,7 +13,8 @@ ENV LANG=en_US.UTF-8
 WORKDIR /app
 
 # 复制当前目录内容到工作目录
-COPY . /app
+# COPY . /app
+COPY requirements.txt .
 
 # 安装依赖项(如果有)
 RUN set -ex \