polytech-blog
Web blog application written on Kotlin with Ktor framework
- Docker was used to create docker image
- Docker Compose was used to create container with MySQL, liquibase migrations and my application
Usage
NOTE: gradle is shortcut for gradlew or gradlew.bat depending on your operating system
gradle installDist
- assemble the uncompressed distribution with gradledocker compose up
- run docker container