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 0915726 commit 4cd6942Copy full SHA for 4cd6942
Dockerfile
@@ -28,10 +28,10 @@ ENV DATABASE_URL="file:./dev.db"
28
RUN \
29
# TODO: This initalizes the database. But we should probably remove this later.
30
pnpm --filter server prisma migrate reset --force && \
31
- # Build the monorepo packages
32
- pnpm build && \
33
# Generate the prisma client
34
pnpm --filter server prisma generate && \
+ # Build the monorepo packages
+ pnpm build && \
35
# Build the server.
36
pnpm --filter server build && \
37
# Create an isolated deployment for the server.
0 commit comments