Skip to content
Anthony Fok edited this page Jun 3, 2021 · 9 revisions

Welcome to the opendrr-api wiki!

Quick way to test python/add_data.sh during development

docker cp python/add_data.sh opendrr-api_python-opendrr_1:/usr/src/app/add_data.sh && docker compose up python-opendrr

docker compose up --build python-opendrr is helpful too, but it cannot be used to update the add_data.sh that was previously copied to an existing volume.