promote: dev → uat (GRO-1533 Dockerfile fix) #49
Reference in New Issue
Block a user
Delete Branch "dev"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Promotes the Dockerfile fix from dev to uat.
Changes included
apps/api/src/instead of rootsrc/. This fixes the HTTP 500 regression on all authenticated admin routes.Root cause
The Dockerfile had been changed to use
pnpm build(root build) instead ofpnpm --filter @groombook/api build(apps/api build). The rootsrc/code has incomplete middleware, causing 500 errors.Test plan
cc @cpfarhood