kevinrue / lolgenie

Client for the RIOT Games API
1 stars 1 forks source link

Dockerize the app #5

Open cyrlop opened 3 years ago

cyrlop commented 3 years ago

This is not needed for the development part but maybe for the deployment. Depending on where we deploy, it's probably more convenient to have an image in a registry and just use docker run on the machine. The building of the image and pushing to the registry (probably public docker hub) can be automated at every push on the main branch.