Skip to content

Commit

Permalink
prisma
Browse files Browse the repository at this point in the history
  • Loading branch information
s1lvax committed Oct 11, 2024
1 parent 93289b3 commit 0259b81
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@ RUN npm install -g pnpm

# Copy package files and install dependencies
COPY package*.json ./
COPY prisma ./prisma/
RUN pnpm install

# Copy the rest of the files and build the application
COPY . .
RUN npx prisma generate
RUN pnpm run build

# Prune development dependencies
Expand Down

0 comments on commit 0259b81

Please sign in to comment.