NCATS-Gamma / robokop

Master UI for ROBOKOP
MIT License
15 stars 3 forks source link

Updated Dockerfile to work with provided install instruction. #547

Open DnlRKorn opened 3 years ago

DnlRKorn commented 3 years ago

Changed where the default location of requirements.txt is listed, as the current Docker build command is

$ cd robokop/ $ docker build --build-arg UID=$(id -u) --build-arg GID=$(id -g) -t robokop_manager -f deploy/manager/Dockerfile .

Which should be 2 directories above.