Skip to content

Conversation

jontstaz
Copy link

Summary

This PR fixes a critical issue where the root directory setting in project configurations was being ignored, causing all deployments to run from /app regardless of the specified root directory. This enables proper monorepo support by allowing deployments to run from subdirectories like ./apps/api.

Description

Previously, when users set a custom root directory (e.g., ./apps/api for a monorepo structure), the deployment system would:

  • Ignore the root directory setting entirely
  • Always run commands from /app (container root)
  • Fail to find project files like requirements.txt in subdirectories
  • Cause "file not found" errors for monorepo applications

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