CXwudi/vocadb-video-downloader-new

Use docker to setup test&production env

CXwudi opened this issue · 1 comments

This will allow us to run tests with various dependencies on CI server.

Will create a single docker file that adds all dependencies in one docker image, and a base template docker-compose file for mounting either the project sources code or jar packages for testing and running.

Optionally, we can have another docker-compose file for building the jars

done