Corrected Docker Files
[optf/has.git] / conductor / docker / solver / Dockerfile
index 3aad3a9..b1a3125 100755 (executable)
 FROM python:2.7
 RUN apt-get update
 RUN apt-get --assume-yes install python-setuptools
-RUN virtualenv ../venv
 RUN git clone https://gerrit.onap.org/r/optf/has
-WORKDIR ./conductor
-RUN pip install .
-RUN pwd
+WORKDIR ./has/conductor
+RUN pip install -e .
 RUN echo "Starting conductor-solver"
 CMD ["python","/usr/local/bin/conductor-solver", "--config-file=/usr/local/bin/conductor.conf"]