From fef25c45d1b1797afcde54d9e7046b20a8e23011 Mon Sep 17 00:00:00 2001 From: zhongrj <646384940@qq.com> Date: Mon, 17 Feb 2025 18:05:02 +0800 Subject: [PATCH] 修改dockerfile --- Dockerfile | 8 +------- 1 files changed, 1 insertions(+), 7 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0fb0d84..431fb06 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,10 +11,4 @@ RUN npm install # 构建项目 -RUN npm run build-only - -RUN ls -la /app - -RUN ls -la /app/dist -# 复制构建后的文件到 Nginx 的 html 目录 -COPY /app/dist/ /software/service/drone/web/pilot-h5/ \ No newline at end of file +RUN npm run build-only \ No newline at end of file -- Gitblit v1.9.3