Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
3052971491 authored Jun 13, 2024
1 parent 4f05c70 commit dbc1730
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 @@ -15,7 +15,7 @@ RUN echo "package restore is success"

# 编译项目
# RUN npm run build
RUN yarn run build
RUN yarn build
RUN echo "build is success"

# ================== STEP 2: Publish ==================
Expand Down

0 comments on commit dbc1730

Please sign in to comment.