https://github.com/steebchen/go-prisma
Go docker image with the prisma cli installed
https://github.com/steebchen/go-prisma
docker go golang prisma
Last synced: 4 months ago
JSON representation
Go docker image with the prisma cli installed
- Host: GitHub
- URL: https://github.com/steebchen/go-prisma
- Owner: steebchen
- License: mit
- Created: 2019-03-05T16:31:19.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-30T22:45:53.000Z (over 5 years ago)
- Last Synced: 2024-12-31T01:41:40.878Z (5 months ago)
- Topics: docker, go, golang, prisma
- Language: Shell
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Go docker image with Prisma
[![docker pull steebchen/go-prisma][image shield]][docker hub]
This is a [Go](https://golang.org/) docker image with the [Prisma](https://www.prisma.io/) CLI pre-installed.
## Quickstart
Simply use steebchen/go-prisma tags.
```Dockerfile
FROM steebchen/go-prisma:latestCOPY . ./
RUN prisma generate
RUN go test -v
```You can use golang version tags like `go-prisma:1.11.2`.
For available tags, check [releases](https://github.com/steebchen/go-prisma/releases).