Skip to content

Commit

Permalink
ddd
Browse files Browse the repository at this point in the history
  • Loading branch information
s1lvax committed Oct 11, 2024
1 parent 665839d commit 6115e6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN pnpm install

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

# Prune development dependencies
Expand Down

0 comments on commit 6115e6a

Please sign in to comment.