See Problem:
the container made by the dockerfile contains the cloned git repo of sequencer as while building the image it performs a fresh git clone. So while developing we cannot use the docker because the local changes will not be reflected.
#82 (comment)
See Solution:
#82 (comment)
I believe the solution is to remove https://github.com/Open-Book-Genome-Project/sequencer/blob/master/Dockerfile#L3 and then within volumes add https://github.com/Open-Book-Genome-Project/sequencer/blob/master/docker-compose.yml#L6
See Problem:
See Solution:
#82 (comment)
I believe the solution is to remove https://github.com/Open-Book-Genome-Project/sequencer/blob/master/Dockerfile#L3 and then within volumes add https://github.com/Open-Book-Genome-Project/sequencer/blob/master/docker-compose.yml#L6