TurkuForge / baby-project-server

The solution to remote work!
3 stars 1 forks source link

(Feature) Improve the docker development envierment #18

Closed dusan-turajlic closed 3 years ago

dusan-turajlic commented 3 years ago

Detailed Description

Our docker development evnvierment is quite simple all it can do is start the server and listen for changes. I would want to imrpove that to be able to run tests and execute gradle tasks directly.

Context

This would improve the usability of the docker env

Possible Implementation

Try using docker compose run command to executre commands