Skip to content

Latest commit

 

History

History
18 lines (18 loc) · 594 Bytes

README.md

File metadata and controls

18 lines (18 loc) · 594 Bytes

spring-gradle-docker

CircleCI
This tip is for use gradle with spring-boot in docker.
It is very easy to use that. Below I'll show you how you can build your application.


Fist step:
Build the docker image
docker build -t springgradledocker .

Second step:
Run docker image
docker run -rm --name springgradle -p 8080:8080 springgradledocker

*You can change everything if you will.

Enjoy it :D