diff --git a/server/Dockerfile b/server/Dockerfile index 4cb9050..401099a 100644 --- a/server/Dockerfile +++ b/server/Dockerfile @@ -7,6 +7,7 @@ RUN npx prisma generate RUN npm run build FROM node:22-alpine +RUN apk add --no-cache openssl WORKDIR /app COPY --from=build /app/dist ./dist COPY --from=build /app/node_modules ./node_modules