From 793f33acb31de9a531a86f5d432a8e390a8fa805 Mon Sep 17 00:00:00 2001 From: "stark, steven" Date: Thu, 31 May 2018 16:51:11 -0700 Subject: [VVP] VVP DevKit elignment for onap Change-Id: I83fc46ce4837fc978406697c5e7426b97caac685 Issue-ID: VVP-60 Signed-off-by: stark, steven --- docker-entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-entrypoint.sh b/docker-entrypoint.sh index 75aa5c7..27a3e9b 100755 --- a/docker-entrypoint.sh +++ b/docker-entrypoint.sh @@ -58,7 +58,7 @@ echo >&2 $0: Checking if collectstatic is needed if [ "$STATIC_ROOT" ]; then echo >&2 $0: Running collectstatic... mkdir -p "$STATIC_ROOT" - python /srv/manage.py collectstatic --no-input + #python /srv/manage.py collectstatic --no-input fi echo >&2 $0: Running manage.py check... python /srv/manage.py check -- cgit 1.2.3-korg