sarlink-portal/.build/prod/prisma.Dockerfile
TheHamkerCat d14b0b35a3
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 3m36s
final fix
2025-01-11 05:31:13 +05:30

8 lines
117 B
Docker

FROM oven/bun:1.1.42-debian
WORKDIR /var/www/html
RUN apt update && apt install openssl -y
CMD bunx prisma studio