From 9d0c2620dce579a8a5d69b0b1c0c7163870569a3 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Thu, 19 Mar 2015 12:55:06 +0100 Subject: [PATCH] build again parisson/timeside-latest-dev, cleanup --- Dockerfile | 2 +- examples/deploy/start_app.sh | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) 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 & -- 2.39.5