feat(ci): build frontend docker images (#588)

This commit is contained in:
Ryo
2025-08-05 22:02:37 +08:00
committed by GitHub
parent 117b63f661
commit 218c1806ff
3 changed files with 9 additions and 8 deletions

View File

@@ -31,7 +31,7 @@ COPY scripts/ ./scripts/
RUN find . -name "*.sh" -type f -exec dos2unix {} \;
# Install all dependencies
RUN rush install
RUN chmod +x scripts/hooks/post-rush-install.sh && rm -rf /app/common/temp && rush install
# Use rush build to build the specific project
RUN rush build --to @coze-studio/app