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