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

https://github.com/shencangsheng/grails-docker-image

Docker image based on Alpine Grails 4.0.12
https://github.com/shencangsheng/grails-docker-image

docker dockerfile grails grails4 groovy

Last synced: about 1 month ago
JSON representation

Docker image based on Alpine Grails 4.0.12

Awesome Lists containing this project

README

          

## Docker image based on Alpine Grails 4.0.12
### How to use for your Grails
```bash
docker build -t ${image-name}:${version} .
```
### Credits
This image was inspired by the [niaquinto/grails](https://github.com/mozart-analytics/grails-docker) image available in the Docker Registry Hub.