Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ FROM base AS build
# TODO: Remove this when we switch to an actual database.
ENV DATABASE_URL="file:./dev.db"
RUN \
# TODO: This initalizes the database. But we should probably remove this later.
pnpm --filter server prisma migrate reset --force && \
# TODO: This initalizes and resets the database. But we should probably remove this later.
# pnpm --filter server prisma migrate reset --force && \
# Build the monorepo packages
pnpm build && \
# Generate the prisma client
Expand Down
Loading