mirror of
https://github.com/i701/sarlink-portal.git
synced 2025-02-22 09:02:01 +00:00
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 3m36s
8 lines
117 B
Docker
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
|