From b05a66c244ecacab2146f307ac0386bbbae99a9a Mon Sep 17 00:00:00 2001 From: "stark, steven" Date: Thu, 31 May 2018 16:49:39 -0700 Subject: [VVP] VVP DevKit elignment for onap Change-Id: I468a0eaf1ffda51b3d005e9a65e9291a1159d27f Issue-ID: VVP-60 Signed-off-by: stark, steven --- docker-entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docker-entrypoint.sh') diff --git a/docker-entrypoint.sh b/docker-entrypoint.sh index 9bf7087..b840161 100755 --- a/docker-entrypoint.sh +++ b/docker-entrypoint.sh @@ -62,7 +62,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