David hace 5 meses
padre
commit
cde9632dcb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

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