Skip to content
This repository was archived by the owner on Feb 20, 2026. It is now read-only.

Commit f73b0f2

Browse files
author
satoshinotdead
committed
test-prisma-2
1 parent 11ff111 commit f73b0f2

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ COPY --from=builder /app/package.json ./
4141
# Create data directory and set permissions
4242
RUN mkdir -p /data && chown -R node:node /data
4343

44+
# Install OpenSSL 1.1 for Prisma
45+
RUN apk add --no-cache openssl1.1-compat
46+
4447
# Expose port
4548
EXPOSE 3000/tcp
4649

0 commit comments

Comments
 (0)