Skip to content

Fix Docker build loop by eliminating redundant frontend build#22

Merged
carcruz merged 1 commit intomainfrom
cc-docker
Sep 18, 2025
Merged

Fix Docker build loop by eliminating redundant frontend build#22
carcruz merged 1 commit intomainfrom
cc-docker

Conversation

@carcruz
Copy link
Copy Markdown
Member

@carcruz carcruz commented Sep 18, 2025

  • Remove frontend-builder stage from Dockerfile
  • Use pre-built frontend from GitHub Actions instead of rebuilding
  • Eliminates duplicate npm install and npm run build in Docker
  • Fixes the infinite loop caused by redundant builds

- Remove frontend-builder stage from Dockerfile
- Use pre-built frontend from GitHub Actions instead of rebuilding
- Eliminates duplicate npm install and npm run build in Docker
- Fixes the infinite loop caused by redundant builds
@carcruz carcruz merged commit 9454543 into main Sep 18, 2025
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant