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
- Host: GitHub
- URL: https://github.com/shencangsheng/grails-docker-image
- Owner: shencangsheng
- Created: 2021-11-03T06:47:07.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-04T08:25:17.000Z (over 4 years ago)
- Last Synced: 2025-07-31T07:44:56.874Z (11 months ago)
- Topics: docker, dockerfile, grails, grails4, groovy
- Language: Dockerfile
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.