bauhuasbadguy
bauhuasbadguy
1) Is your dockerfile called `Dockerfile.txt`? It should be simply called `Dockerfile` with no extension. 2) I would do all this stuff in a dedicated folder to keep everything separate....
Since you created the file in notepad windows has added the `.txt` file extension. I'm not sure how to remove this since I've not worked with windows 10 but it...
I'd leave it for now. It means that the `get papers` JavaScript library is using outdated tools but its only a problem if you're using those tools for a public...
Ok, so you can't split the lines up. They are all a part of the same command I split over several lines in order to make it more readable. I...
Ok, so the command to do the search is (without line breaks) ``` docker run -it --rm --name get-papers -v $(pwd)/xml_results:/xml_results paper_getter getpapers -p -x -o /xml_results --query 'chloroquine' ```...
No `$(pwd)` will not work in windows you will have to use the full path to the folder you want it to place your files in. Have you considered using...