From 8a73a22b6847fa6d284d4e6d6978d01d9e5cad53 Mon Sep 17 00:00:00 2001 From: Fergal Moran Date: Sun, 8 Nov 2015 23:24:34 +0000 Subject: [PATCH] Moved to gunicorn --- Dockerfile | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/Dockerfile b/Dockerfile index f6e5191..3dc9d78 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,12 +16,7 @@ WORKDIR /code ADD requirements.txt /code/ ADD . /code/ -RUN apt-get update && apt-get install -y sox lame vim \ +RUN apt-get update && apt-get install -y sox lame vim ccze \ libboost-program-options-dev libsox-fmt-mp3 postgresql-client rsync openssh-client -RUN pip install -r requirements.txt - -RUN adduser --disabled-password --gecos '' djworker -RUN chown djworker /files -R -RUN chown djworker /srv/logs -R -RUN export PATH=$PATH:/mnt/bin/ +RUN pip install -r requirements.txt \ No newline at end of file