Skip to content

Commit c4da164

Browse files
committed
fix: api dockerfile
1 parent 8895d31 commit c4da164

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Dockerfile.api

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ COPY pnpm-lock.yaml ./
5555
COPY --from=base /app/packages/ ./packages/
5656
COPY --from=base /app/apps/api/dist/ ./apps/api/dist/
5757
COPY --from=base /app/apps/api/package.json ./apps/api/package.json
58+
COPY --from=base /app/apps/api/openapi.yaml ./apps/api/openapi.yaml
5859

5960
# Copy ca-certificates from build stage
6061
COPY --from=base /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/

packages/coredb/src/lib/organization-service-account.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { eq, and } from "drizzle-orm";
22
import type { PostgresJsDatabase } from "drizzle-orm/postgres-js";
3-
import { user, orgUser, apikey, org } from "../schema";
3+
import { user, orgUser, apikey, org } from "../schema.js";
44
import { createId } from "@paralleldrive/cuid2";
55

66
/**

0 commit comments

Comments
 (0)