From ef091cd5bf201d76ab8f03d5c605cf6752039aff Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Tue, 29 Mar 2016 19:52:53 +0200 Subject: [PATCH] comment staging apps after rebuilding (ok) --- Dockerfile | 1 - app/deploy/app.sh | 4 +--- app/deploy/worker.sh | 2 +- 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index e510900d..c23a4bbb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,7 +23,6 @@ RUN mkdir /srv/src/telemeta COPY . /srv/src/telemeta WORKDIR /srv/src/telemeta RUN conda install lxml -RUN pip install --upgrade pip RUN pip install -r requirements.txt RUN pip install -r requirements-dev.txt --src /srv/src diff --git a/app/deploy/app.sh b/app/deploy/app.sh index 6b624e03..ddfba3f7 100644 --- a/app/deploy/app.sh +++ b/app/deploy/app.sh @@ -19,9 +19,7 @@ uid='www-data' gid='www-data' # stating apps -pip install --upgrade pip -pip install -U django==1.6.11 django-environ redis django-angular -pip install -U git+https://github.com/Parisson/saved_searches.git#egg=saved_searches-2.0.0-beta +# pip install django-angular # waiting for other services sh $app/deploy/wait.sh diff --git a/app/deploy/worker.sh b/app/deploy/worker.sh index 5a1139a8..78d23a4e 100644 --- a/app/deploy/worker.sh +++ b/app/deploy/worker.sh @@ -6,7 +6,7 @@ manage=$app'/manage.py' wsgi=$app'/wsgi.py' # stating apps -pip install django-environ redis +# pip install django-environ redis # waiting for other services sh $app/deploy/wait.sh -- 2.39.5