Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tyrauber/lts-alpine-prisma

lts-alpine docker image with compiled Prisma
https://github.com/tyrauber/lts-alpine-prisma

Last synced: about 1 month ago
JSON representation

lts-alpine docker image with compiled Prisma

Awesome Lists containing this project

README

        

# lts-alpine-prisma
lts-alpine docker image with compiled Prisma

# About

[prisma/prisma/issues/8478](https://github.com/prisma/prisma/issues/8478)
> Right now you can't use Prisma on Docker alpine on M1 mac as it requires aarch64-unknown-linux-musl binaries. As M1 will see more adoption, people will run into this frequently

# Usage

Use the Docker image: [ghcr.io/tyrauber/lts-alpine-prisma:latest](ghcr.io/tyrauber/lts-alpine-prisma)

In the prisma client, use the following in the datasource db declaration.

```
binaryTargets = ["native", "linux-arm-openssl-1.1.x"]
```