Remove entrypoint from dockerfile

This commit is contained in:
Ben Firshman 2014-05-08 13:00:04 +01:00
parent f0eaf84cb9
commit d600b3498b
1 changed files with 0 additions and 1 deletions

View File

@ -9,4 +9,3 @@ 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