Skip to content

brtmvdl/docker-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Java

github/actions/workflow/status github/license github/stars

To compile Docker images in projects written in Java.

See more in hub.docker.com/r/tmvdl/java

How to

Install Docker.

Development (option 1)

# docker-compose.yaml
version: '3'

services:

app:
    image: tmvdl/java
    volumes:
      - .:/app
docker-compose up --build

Development (option 2)

Run:

bash env/run.sh maven

Production

Run:

docker run tmvdl/java

License

MIT

About

To compile projects written in Java

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published