Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
s1lvax committed Oct 10, 2024
1 parent 2dc2287 commit c3939e1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ RUN npm install -g pnpm
COPY package*.json ./
RUN pnpm install

# Install prisma
RUN npx prisma generate

# Copy the rest of the files and build the application
COPY . .
RUN pnpm run build
Expand Down

0 comments on commit c3939e1

Please sign in to comment.