The application can be started as a container via Docker Compose
authorKai Moritz <kai@juplo.de>
Sun, 25 Oct 2020 15:31:03 +0000 (16:31 +0100)
committerKai Moritz <kai@juplo.de>
Sat, 6 Feb 2021 15:41:21 +0000 (16:41 +0100)
commitffffec121e9c1fb75642e669f9bdb05f444819dc
tree563d5030f40a73c374ee4fd907cf8c7ad4f30f6f
parentb4bfb022040b87ae2889d266b18a6305282b1f29
The application can be started as a container via Docker Compose

* Added docker-maven-plugin to build an image of the application
* Added a setup for Docker Compose, that starts the image as container
.dockerignore [new file with mode: 0644]
Dockerfile [new file with mode: 0644]
docker-compose.yml [new file with mode: 0644]
pom.xml