We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69699db commit 98cab8fCopy full SHA for 98cab8f
2 files changed
Dockerfile.frontend
@@ -16,8 +16,9 @@ COPY apps/collabydraw ./apps/collabydraw
16
# Install dependencies
17
RUN npm install --legacy-peer-deps
18
19
-# Generate Prisma Client
+# Generate Prisma Client - install db dependencies first
20
WORKDIR /app/packages/db
21
+RUN npm install
22
RUN npx prisma generate
23
24
# Build the application
Dockerfile.websocket
@@ -16,8 +16,9 @@ COPY apps/ws ./apps/ws
# Build the websocket server
0 commit comments