├── .dockerignore ├── Dockerfile ├── LICENSE.txt ├── README.md └── application.conf /.dockerignore: -------------------------------------------------------------------------------- 1 | .git -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openscoring/openscoring-docker/HEAD/Dockerfile -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openscoring/openscoring-docker/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openscoring/openscoring-docker/HEAD/README.md -------------------------------------------------------------------------------- /application.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openscoring/openscoring-docker/HEAD/application.conf --------------------------------------------------------------------------------