Skip to content

Commit 95967df

Browse files
committed
🚑 Fix build
1 parent cf983cf commit 95967df

File tree

3 files changed

+75
-97
lines changed

3 files changed

+75
-97
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ COPY bun.lock ./
66
COPY package.json ./
77
COPY tsconfig.json ./
88

9-
RUN bun install --production --frozen-lockfile
9+
RUN bun install --frozen-lockfile
1010

1111
COPY prisma ./prisma/
1212
RUN bunx prisma generate

0 commit comments

Comments
 (0)