Browse Source

Remove dockerfile (now rely on virtualenv)

Maxime Vidori 9 years ago
parent
commit
3e38c4c604
1 changed files with 0 additions and 12 deletions
  1. 0 12
      Dockerfile

+ 0 - 12
Dockerfile

@@ -1,12 +0,0 @@
-FROM debian
-
-RUN apt-get update
-RUN apt-get install -y python-dev python-pip
-
-COPY requirements.txt /tmp/
-RUN pip install -r /tmp/requirements.txt
-
-WORKDIR /mnt
-
-ENTRYPOINT ["fab"]
-CMD ["serve"]