Browse Source

Add installation and entrypoint to dockerfile

Ben Firshman 11 years ago
parent
commit
dff9aa6f0c
1 changed files with 2 additions and 0 deletions
  1. 2 0
      Dockerfile

+ 2 - 0
Dockerfile

@@ -5,6 +5,8 @@ RUN pip install -r requirements.txt
 ADD requirements-dev.txt /code/
 RUN pip install -r requirements-dev.txt
 ADD . /code/
+RUN python setup.py develop
 RUN useradd -d /home/user -m -s /bin/bash user
 RUN chown -R user /code/
 USER user
+ENTRYPOINT /usr/local/bin/fig