]> git.parisson.com Git - telemeta.git/commitdiff
use runserver_plus
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Tue, 29 Mar 2016 17:25:09 +0000 (19:25 +0200)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Tue, 29 Mar 2016 17:25:16 +0000 (19:25 +0200)
Dockerfile
app/deploy/app.sh

index c23a4bbb1d3620a97d259e446be81f0139d6ba73..e510900dab6f51c2b9d1994614dd1c4c3becf7da 100644 (file)
@@ -23,6 +23,7 @@ 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
 
index 06a205afc48275acba55fbe07fd412c233c0538b..6b624e03091db16cc5e12851c0b6c6779e7cc605 100644 (file)
@@ -44,7 +44,7 @@ fi
 
 if [ $1 = "--runserver" ]
 then
-    python $manage runserver 0.0.0.0:8000
+    python $manage runserver_plus 0.0.0.0:8000
 else
     # static files auto update
     watchmedo shell-command --patterns="*.js;*.css" --recursive \