EBISPOT / gwas-sumstats-service

Summary statistics service
2 stars 0 forks source link

Docker and Dependency Updates for sumstats-service #270

Closed karatugo closed 1 year ago

karatugo commented 1 year ago

This PR introduces changes to the Docker configuration and Python dependencies.

Dockerfile Changes:

Requirements Updates:

Testing Steps:

After pulling these changes:

  1. Rebuild the Docker images using:
    docker-compose build
  2. Launch the application with:
    docker-compose up
  3. Verify that the Flask application starts without any import errors and that it binds to the correct interface and port.
karatugo commented 1 year ago

I'll submit another PR with cleaned up code and more clear git commit messages.