promote: uat → main (GRO-1509 OIDC accountLinking fix) #46

Merged
Scrubs McBarkley merged 110 commits from uat into main 2026-05-22 14:03:44 +00:00
Showing only changes of commit e417d8f6a7 - Show all commits
+1 -1
View File
@@ -16,7 +16,7 @@ COPY packages/ packages/
COPY src/ src/
RUN pnpm --filter @groombook/types build && \
pnpm --filter @groombook/db build && \
/app/node_modules/.bin/tsc -p /app
/app/node_modules/.bin/tsc -p /app/tsconfig.json
# Runtime
FROM node:20-alpine AS runner