Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tyrauber/lts-alpine-prisma
- Owner: tyrauber
- Created: 2022-03-15T14:08:29.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-20T13:30:40.000Z (almost 3 years ago)
- Last Synced: 2024-10-14T11:54:51.712Z (3 months ago)
- Language: Dockerfile
- Size: 150 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"]
```