Some checks failed
Build and Push Docker Images / Build and Push Docker Images (push) Failing after 34s
6 lines
75 B
Docker
6 lines
75 B
Docker
FROM oven/bun:1.1.42-debian
|
|
|
|
WORKDIR /var/www/html
|
|
|
|
CMD bunx prisma studio
|