How do I deploy a service from a monorepo or subdirectory?
Set a base directory under Advanced configuration when creating the service — for example "packages/api". Forte treats that directory as the service root: build detection, the Docker build context, and your Dockerfile all resolve relative to it, and you can deploy multiple services from one repository by pointing each at a different directory.
The base directory is fixed at creation — to move a service, create a new one pointing at the new location.