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
-
Notifications
You must be signed in to change notification settings - Fork 0
java-tips/spring-gradle-docker
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description or website provided.
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published