We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ad70c7 commit e60e9dcCopy full SHA for e60e9dc
1 file changed
.github/workflows/docker-image.yml
@@ -5,8 +5,10 @@ WORKDIR /app
5
# 复制所有文件
6
COPY . .
7
8
-# 安装依赖并构建
+# 安装依赖
9
RUN npm install --no-audit --no-fund
10
+
11
+# 构建项目
12
RUN npm run build
13
14
# 设置环境变量
0 commit comments