We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf983cf commit 95967dfCopy full SHA for 95967df
Dockerfile
@@ -6,7 +6,7 @@ COPY bun.lock ./
6
COPY package.json ./
7
COPY tsconfig.json ./
8
9
-RUN bun install --production --frozen-lockfile
+RUN bun install --frozen-lockfile
10
11
COPY prisma ./prisma/
12
RUN bunx prisma generate
0 commit comments