Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
Reene444 committed Oct 6, 2024
1 parent 5193c26 commit 3ab04ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend_web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ COPY package*.json ./
ENV NODE_ENV=production

# 安装项目依赖
RUN npm install
RUN npm install --force

RUN npm install --save-dev @babel/plugin-proposal-private-property-in-object

Expand Down

0 comments on commit 3ab04ea

Please sign in to comment.