lshtm-gis / WHO_PHSM_Cleaning

Cleaning PHSM provider data for WHO
https://lshtm-gis.github.io/WHO_PHSM_Cleaning/html/
MIT License
0 stars 1 forks source link

Reduce docker container size #135

Open hamishgibbs opened 3 years ago

hamishgibbs commented 3 years ago

Dockerfile currently requires all files in the repository to be copied into the container.

This is inefficient both for local development and for running unit tests in CI actions.

Only files that are required for different tasks should be copied to containers.

This is especially important when running tests in CI actions and will speed up the time required to wait for tests.