[VVP] VVP DevKit elignment for onap 97/49897/1
authorstark, steven <ss820f@att.com>
Thu, 31 May 2018 23:49:39 +0000 (16:49 -0700)
committerstark, steven <ss820f@att.com>
Thu, 31 May 2018 23:49:39 +0000 (16:49 -0700)
Change-Id: I468a0eaf1ffda51b3d005e9a65e9291a1159d27f
Issue-ID: VVP-60
Signed-off-by: stark, steven <ss820f@att.com>
docker-entrypoint.sh

index 9bf7087..b840161 100755 (executable)
@@ -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