Docker compose files
Build
Using docker compose you can build the image with the following command:
docker-compose build
Run
To run the container use the following command:
docker-compose up
Routes
http://localhost/ -> OHIF localhost/pacs -> Orthanc
See here for more information about this recipe.