Skip to content

Commit

Permalink
fix: prisma migration error
Browse files Browse the repository at this point in the history
  • Loading branch information
rjsdn0 authored Jan 15, 2025
1 parent c693d63 commit cfbc79d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .docker/api.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
FROM node:18-alpine as builder

RUN apk update && apk upgrade
RUN apk add --no-cache openssl

WORKDIR /app

RUN npm install -g pnpm@8.6.12
Expand Down

0 comments on commit cfbc79d

Please sign in to comment.