From: Guillaume Pellerin Date: Thu, 19 Mar 2015 11:55:06 +0000 (+0100) Subject: build again parisson/timeside-latest-dev, cleanup X-Git-Tag: 1.6a^2~48^2 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=9d0c2620dce579a8a5d69b0b1c0c7163870569a3;p=telemeta.git build again parisson/timeside-latest-dev, cleanup --- diff --git a/Dockerfile b/Dockerfile index 727be973..7aa66f85 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ # limitations under the License. # FROM parisson/timeside:latest-dev -FROM timeside_app +FROM parisson/timeside:latest-dev MAINTAINER Guillaume Pellerin , Thomas fillon diff --git a/examples/deploy/start_app.sh b/examples/deploy/start_app.sh index a342403f..858d5f0b 100644 --- a/examples/deploy/start_app.sh +++ b/examples/deploy/start_app.sh @@ -16,8 +16,6 @@ python $manage collectstatic --noinput python $manage telemeta-create-admin-user # static files auto update -pip install watchdog - watchmedo shell-command --patterns="*.js;*.css" --recursive \ --command='python '$manage' collectstatic --noinput' $static &