Skip to content

Commit

Permalink
修复前端部分bug
Browse files Browse the repository at this point in the history
  • Loading branch information
data-infra committed Feb 4, 2024
1 parent dd5032d commit 544cab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/docker/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ if [ "$STAGE" = "build" ]; then
# 构建前端主体
cd /home/myapp/myapp/frontend && npm install && npm run build
# 构建机器学习pipeline
cd /home/myapp/myapp/vision && yarn && npm run build
cd /home/myapp/myapp/vision && npm install && npm run build
# 构建数据ETL pipeline
cd /home/myapp/myapp/visionPlus && yarn && npm run build
elif [ "$STAGE" = "dev" ]; then
Expand Down

0 comments on commit 544cab8

Please sign in to comment.