Closed ianco closed 6 years ago
I think the real issue is with the requirements file. Either we just use the base.txt
file, or remove the last line in the dev.txt
, which is what is actually causing the docker file to not build.
Hi David, thanks for the quick reply! Sure enough, removing the "-e ." line from dev.txt solves the problem, as does using "base.txt" instead of dev. Probably makes sense to just use "base.txt" for the Dockerfile ...
I was getting an error when building the Dockerfile (can't pip install ...) so I re-organized the commands a bit ...