Skip to content

ratopi/docker.example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple example for Java App build in a Dockerfile.

A simple example for building a Java App in docker. This example contains a very simple spring boot application build with maven.

Build and start

Just enter the following code in a terminal in the root of the project:

docker-compose up --build app

Wait for build and startup finished. Then open http://localhost:8080/.

About

Example for building a Java App in Docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published