## Das JRE Starter ### _Java JRE to launch java applications in Docker_ [![Docker](https://img.shields.io/badge/Docker-project-blue)](https://www.docker.com/) ### 📌 Using - Put applications into `./data/app` folder to use Docker's mounted applications to be launched - or Put applications into `./apps` folder to use launched applications directly in the container4 in the case uncomment rows in `./Dockerfile` - **Do not forget** to make or correct `start.sh` file in each of subdirectories in application's dir. - Launch a Docker ```shell docker compose up -d ``` ###### _Made by -=:dAs:=-_