typhoidgenomics / TyphiNET

TyphiNET online Salmonella Typhi AMR surveillance dashboard.
https://www.typhi.net
GNU General Public License v3.0
7 stars 3 forks source link

Added Dockerfile and docker-compose.yml #115

Closed ChellyAhmed closed 7 months ago

ChellyAhmed commented 7 months ago

Since the project has many dependencies and running it locally requires spending a lot of time to configure the suitable working environment, I introduced a Dockerfile and a docker-compose.yml file so the app can be run using Containers. So if anyone wants to build the project locally, all they need to do is to download the source code and then execute a single command using docker.

lcerdeira commented 7 months ago

Since the project has many dependencies and running it locally requires spending a lot of time to configure the suitable working environment, I introduced a Dockerfile and a docker-compose.yml file so the app can be run using Containers. So if anyone wants to build the project locally, all they need to do is to download the source code and then execute a single command using docker.

lcerdeira commented 7 months ago

@ChellyAhmed, thank you for creating a Docker for the project! I just wanted to let you know that I'll be moving your suggestion to the issues page so the Typhinet team can properly evaluate them before adding them to production.