Skip to content

Commit

Permalink
更新dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerry committed Jun 3, 2024
1 parent 8d5b57f commit 9627125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ WORKDIR /app
COPY package*.json ./

# 安装生产依赖
RUN npm ci
RUN npm install

# 复制整个项目
COPY . .
Expand Down

0 comments on commit 9627125

Please sign in to comment.