Skip to content

Commit e60e9dc

Browse files
authored
Update docker-image.yml
1 parent 1ad70c7 commit e60e9dc

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/docker-image.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@ WORKDIR /app
55
# 复制所有文件
66
COPY . .
77

8-
# 安装依赖并构建
8+
# 安装依赖
99
RUN npm install --no-audit --no-fund
10+
11+
# 构建项目
1012
RUN npm run build
1113

1214
# 设置环境变量

0 commit comments

Comments
 (0)